- Joined
- Feb 24, 2019
- Messages
- 167
- Reaction score
- 1,138
- First Language
- Spanish
- Primarily Uses
- RMMV
Hey there! I'm not very good with script calls, I barely understand them... 
I feel like what I'm trying to pull out is kinda easy, but its not working for me. Basically I want to use a script for a conditional branch where I want it to run if the player Y position is 1 tile above an event Y position.
I'm trying this script: if $gameVariables.value(3) = $gameVariables.value(5) - 1
But... nothing actually happens when I test it, as I said, I don't know much about this, anyone knows what's my mistake? (Probably everything) I'll be grateful if you lend me a hand
I feel like what I'm trying to pull out is kinda easy, but its not working for me. Basically I want to use a script for a conditional branch where I want it to run if the player Y position is 1 tile above an event Y position.
I'm trying this script: if $gameVariables.value(3) = $gameVariables.value(5) - 1
But... nothing actually happens when I test it, as I said, I don't know much about this, anyone knows what's my mistake? (Probably everything) I'll be grateful if you lend me a hand