Author Topic: [VCE] <var:cl:score> does not work.  (Read 426 times)

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?

Use VCE_ifValue not VCE_ifVariable

So I was stumped. I tried VCE_ifValue, that didn't work.
I tried changing the score variable.
Then, I try OnPlayerTouch.
It works with OnPlayerTouch, but not OnActivate.

Locking topic. Jesus this is stupid.