- Joined
- Nov 13, 2015
- Messages
- 30
- Reaction score
- 3
- First Language
- Francais
- Primarily Uses
I repost my question cause it's been 2 weeks that it stays unanwsered: maybe something got wrong..
So i made a boulder and switch puzzle. With a parallel process; when the boulder is standing on the switch it opens a door. It was successful using variables to check the position of boulder (35,28) but i wanted to simplify the event cause their will be many of those. I don't want to use variables for each one.
Do you know why? Thanks a lot
Here's a sceenshot of the event:
So i made a boulder and switch puzzle. With a parallel process; when the boulder is standing on the switch it opens a door. It was successful using variables to check the position of boulder (35,28) but i wanted to simplify the event cause their will be many of those. I don't want to use variables for each one.
- I tested with player and it works. I've put this scipt in the conditional branch: $game_player.x == 35 and $game_player.y == 28
- But with the bouler (EVO21) it doesn't work. I've put this scipt in the conditional branch instead: $game_map.events[021].x == 35 and $game_map.events[021].y == 28
Do you know why? Thanks a lot
Here's a sceenshot of the event:
Last edited by a moderator:

