- Joined
- Sep 15, 2017
- Messages
- 63
- Reaction score
- 13
- First Language
- Telepathy
- Primarily Uses
- RMVXA
Hello everybody!
I want the character to be able to see a poster on a billboard every single time the character touches the billboard - like in real life. I saw a thread in a previous post but it only works once (https://forums.rpgmakerweb.com/index.php?threads/how-to-show-a-picture.16597/).
To summarize:
Event _1/ Priority- same as character/Trigger-player touch/Show Picture/Control Self Switch A = ON
Event_2/Priority - same as character/Trigger-parallel process/Conditional Branch, Script: $game_player.moving?/Erase Picture
The above works perfectly but only once so how can I make it work every time the player bumps into it?
I want the character to be able to see a poster on a billboard every single time the character touches the billboard - like in real life. I saw a thread in a previous post but it only works once (https://forums.rpgmakerweb.com/index.php?threads/how-to-show-a-picture.16597/).
To summarize:
Event _1/ Priority- same as character/Trigger-player touch/Show Picture/Control Self Switch A = ON
Event_2/Priority - same as character/Trigger-parallel process/Conditional Branch, Script: $game_player.moving?/Erase Picture
The above works perfectly but only once so how can I make it work every time the player bumps into it?

