I should start this permanent existing topic just for me an my troubles with the Alcscript. [/sarcastic]

The todays problem:
I have some ladders in my age, build in the quick way. But one ladder doesn't react to the avatar when I touch this ladder first time. So the avatar falls down into the hole. After successful climbing up this ladder it works fine finally. I can safely go down again and again. (huh??)
So I decided to create the regions for this ladder in the long way with using Alcscript.
But as you can image already I can't export of an error in the script, even if I took the script from the tutorial. (Tabs are deleted, spaces are added for sure)
- Code: Select all
bottomregionname: rgn_ladder01bottom
type: region
region:
type: ladder
ladder:
direction: up
style: twofeet
loops: 16
topregionname: rgn_ladder01top
type: region
region:
type: ladder
ladder:
direction: down
style: twofeet
loops: 16
Blender says: error in line 322... mapping values are not allowed here
type : region
What does this mean please?