I'm trying to make a small custom HUD for my RPG Maker VX Ace game. Basically, it's a four by one grid with different options listed on it, and you have a cursor that moves over each one. I have separate images for each selected option, and yet I can't seem to make anything that even makes the cursor move when I press the Right button. I tried the Conditional Branch: Press Right Button function and made it increase a variable denoting the position of the cursor, but it didn't work. Please, help!