wom
December 22nd, 2002, 10:39 PM
I upgraded to the latest girder yesterday. Everything seems to work fine except an IF command which doesn't anymore.
What the IF command does is a conditional jump.
if reg1<25000 then goto x else goto y.
My Variable Manipulation Script reads as follows:
reg1<25000;
In the the two browse windows, I have made the connection to TRUE and FALSE.
When I test the command, I get the error message: "Parse Error".
What do I do wrong? It used to work fine... :roll:
What the IF command does is a conditional jump.
if reg1<25000 then goto x else goto y.
My Variable Manipulation Script reads as follows:
reg1<25000;
In the the two browse windows, I have made the connection to TRUE and FALSE.
When I test the command, I get the error message: "Parse Error".
What do I do wrong? It used to work fine... :roll: