Author Topic: VCE Help  (Read 651 times)

I thorght this would work, i guess not.
I'm trying to detect when a variable is "1" so the brick glows, though i tryed and idk what to do.
I changed the variable to 1 and did the events and it should of worked, though it didn't.
Events are down here.

                V

Use VCE_ifVariable on the client and check for var not <var:cl:var>

Use VCE_ifVariable on the client and check for var not <var:cl:var>
il see if that will work

Use VCE_ifVariable on the client and check for var not <var:cl:var>
client isnt on firerelay, il change it to brick

client isnt on firerelay, il change it to brick
Nope, still not working.

i checked for "var" and i used VAR_ifVariable on self.

Try

onRelay > Self > VCE_ifVariable > [<var:cl:yourvariable>] [==] [1] [3 4]

Try

onRelay > Self > VCE_ifVariable > [<var:cl:yourvariable>] [==] [1] [3 4]

il see if that will work

Try

onRelay > Self > VCE_ifVariable > [<var:cl:yourvariable>] [==] [1] [3 4]
Nope, still not working.

Are you hosting? I can go into the server and see what I can do.

First off set it to onRelay > Self > VCE_ifValue > [<var:cl:yourvariable>] [==] [1] [3 4]

Second go look at the brick that defines your variable.
If it's set to onWhatever > Client > modVariable > Blahblah
it wont work.

So set it to onWhatever > Self > VCE_modVariable > Client blahblah

The "Client" one only works with Client ifvariable
While the Self one only works with self VCE_ifValue or self VCE_ifVariable.