- Joined
- Oct 27, 2015
- Messages
- 537
- Reaction score
- 49
- First Language
- Italian
- Primarily Uses
As the title, I want to make a puzzle that moving a boulder on top of a button, you activate a 'switch ....
I created the boulder with this stuff inside:
- Move away from player ...
- Conctional Fork: $ game_map.events [event_id] .region_id == 2 ... with IF ...
- Sound the sound of rock ...
- Wait 30
- Flash and sound of a flash
- Wait 30
- Message
- Variable + 1
- Main switch ON
- IF ... empty ...
Except that just touch the stone and it moves, it always fails "Unexpected token ILLEGAL"
What's wrong ???? I state that the same system I used also on RPG MAKER VX ACE ... But there worked great ..... !!!
I created the boulder with this stuff inside:
- Move away from player ...
- Conctional Fork: $ game_map.events [event_id] .region_id == 2 ... with IF ...
- Sound the sound of rock ...
- Wait 30
- Flash and sound of a flash
- Wait 30
- Message
- Variable + 1
- Main switch ON
- IF ... empty ...
Except that just touch the stone and it moves, it always fails "Unexpected token ILLEGAL"
What's wrong ???? I state that the same system I used also on RPG MAKER VX ACE ... But there worked great ..... !!!
