I'm trying to make it so that when a button is pressed, it takes you to the equipment screen. I'm using something like this:
Conditional Branch> SWITCH (Equip Toggle)=Off
            Conditional Branch Button X is pressed
                  Call Script:$call Scene_Equip
                  Switch EQUIP TOGGLE=On
As you an see, I'm a nub at scripting. When I try this, I get a syntax error (A window pops up saying "Syntax Error Occured While Running Script".
Also, on a side note, does anyone know how to take off skills and the SP bar in Mr. Mo's NeoABS script? (Version 1.5 I believe.)
Conditional Branch> SWITCH (Equip Toggle)=Off
            Conditional Branch Button X is pressed
                  Call Script:$call Scene_Equip
                  Switch EQUIP TOGGLE=On
As you an see, I'm a nub at scripting. When I try this, I get a syntax error (A window pops up saying "Syntax Error Occured While Running Script".
Also, on a side note, does anyone know how to take off skills and the SP bar in Mr. Mo's NeoABS script? (Version 1.5 I believe.)