I'm trying to trigger an event after VCE checks if the client's score is above 10, but nothing happens when I click the brick. The events are as follows;
OnActivate > Self > VCE_IfVariable > [<var:cl:score>] > [>=] > 10 > [ ]
OnVariableTrue > Stuff
OnVariableFalse > Stuff
Any insights?