Blockland Forums > Help
VCE Help
JPSC:
Try
onRelay > Self > VCE_ifVariable > [<var:cl:yourvariable>] [==] [1] [3 4]
K3k0m@n:
--- Quote from: JPSC on December 23, 2012, 08:51:33 AM ---Try
onRelay > Self > VCE_ifVariable > [<var:cl:yourvariable>] [==] [1] [3 4]
--- End quote ---
--- Quote from: K3k0m@n on December 23, 2012, 06:39:24 AM ---il see if that will work
--- End quote ---
K3k0m@n:
--- Quote from: JPSC on December 23, 2012, 08:51:33 AM ---Try
onRelay > Self > VCE_ifVariable > [<var:cl:yourvariable>] [==] [1] [3 4]
--- End quote ---
--- Quote from: K3k0m@n on December 23, 2012, 07:33:26 AM ---Nope, still not working.
--- End quote ---
JPSC:
Are you hosting? I can go into the server and see what I can do.
Dglider:
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.