Author Topic: VCE is broken.  (Read 475 times)

Code: [Select]
OnActivate>Client>IfVariable [<var:cl:score] [>=] [5000] []
OnVariableTrue>client>additem [Gun]
OnVariableFalse>Client>centerprint [Not enough points, you have <var:cl:score> and it costs 5000!]

Anyways, I did a test with 10000 score, and it executed line 3. not enough points.


and you're missing a > on <var:cl:score>

forgot to say
use ifvalue
input>self>if_value
not input>client>stuff

It works now. Thanks.