So I've started to get into RPG Maker with my son, but I'm not a programmer. I've looked all over, but can't find or don't understand the things I've read. In simple terms, how do I make a button that goes down when you stand on it and back up again when you're not stood on it?
I've got it to go down:
>Set Move Route: This event (Wait)
:$>Turn Down
:$>Turn Left
:$>Turn Right
:$>Turn Up
It then stays down. How do I get the event to store the players location and the event's location, compare them and then go back up if the two aren't the same?
(I'm slowly working towards making a puzzle where the character or a boulder can stand on a button to open a door.)
Thanks very much for your help!