- Joined
- Feb 8, 2019
- Messages
- 38
- Reaction score
- 4
- First Language
- Portuguese.BR
- Primarily Uses
- RMXP
hello sorry for my english .... in rpg maker it is possible to make conditions by calling scripts
I actually did with the character colliding with a terrain:
$ game_player.terrain_tag == 0
with 0 being the desired terrain number.
but when trying to do this with events does not work. events do not react to land
I tried to exchange the $ game_player for $ game_event but it did not work well ,,,,
is there a way to fix or a script that can fix this? desde já agradeço
I actually did with the character colliding with a terrain:
$ game_player.terrain_tag == 0
with 0 being the desired terrain number.
but when trying to do this with events does not work. events do not react to land
I tried to exchange the $ game_player for $ game_event but it did not work well ,,,,
is there a way to fix or a script that can fix this? desde já agradeço

