so im making a zombie rpg, and i have it set to where u can buy crap based on ur score
heres the event i have for buying a gun:
OnActivate->Client->VCE_IfVariable-><var:client:score>_>=_25
OnVariableTrue->Player->Additem->shotgun
only problem is, it doesnt work or register what the variable is...
what am i doing wrong?