First brick:
onActivate => self => VCE_modVariable => [Player] test [Add] 1
onActivate => client => centerprint => "Your variable is now <var:player:test>"
Second brick:
onActivate => self => VCE_ifVariable => <var:player:test> [>=] 10
onVariableTrue => player => kill
onVariableFalse => player => doemote => alarm
When I click the first brick and it shows that variable is somewhere between 1 and 10, and I click the second brick, I do the alarm emote. Once it gets past 10, nothing different happens. When I change the argument to anything other than not equal to, I do the emote, and if I set it not equal to 10, it kills me, and it doesn't matter what value the variable is at. It seems like it can't figure out how to do these arguments or something.
Am I doing something wrong here? Is there an add-on that may interfere with variables?