- Joined
- Jan 6, 2014
- Messages
- 81
- Reaction score
- 8
- First Language
- Polish
- Primarily Uses
Hi I making logical puzzle and I need some command to get it work fine.
Im usining conditional branch to check the X and Y position
and... I would like to know how set this to work:
$game_map.events[$game_variables[581]].x = 8
(where $game_variables[581] the value of the next event ID)
because if I put something like that in conditional branch script I got error...
Please someone help ! I would really aprecciate any sugestion!
Im usining conditional branch to check the X and Y position
and... I would like to know how set this to work:
$game_map.events[$game_variables[581]].x = 8
(where $game_variables[581] the value of the next event ID)
because if I put something like that in conditional branch script I got error...
Please someone help ! I would really aprecciate any sugestion!

