I am building a mansion, and I created a password box on the side of the gate.
I have the events as onActivate>Client>VCE_modVariable>number>add>(number)
and onActivate>Client>VCE_modVariable>number>multiply>10
onActivate>Client>Centerprint>Password:<var:cl:number>
So when I go to the enter button, I have this:
onActivate>Client>VCE_ifVariable><var:cl:number>>==>35041>3 4 5 6
onVariableTrue>NAMED BRICK>d>contentStart>Unrestricted>CW (Brick d is a JVS gate)
onVariableTrue>NAMED BRICK>da>contentStart>Unrestricted>CCW (Brick da is also a JVS gate)
onVariableTrue>Client>Centerprint>Welcome.
onVariableFalse>Client>Centerprint>Incorrect code.
When I do such events, when I type in the code, (which is 35041), it says "Incorrect code." But that's supposed to be when the variable is FALSE, not true.
Anyone know what to do?
Pics are attached.