Author Topic: How Do You Make A Brick Check The Score Of A Client?  (Read 3159 times)

I have V5and my Variable replacers don't work.

What are the exact events you're using?

Quote
on activate | self | VCE_ifVariable|<var:client:bl_id>  == 1308 |1 2|
variableTrue | client | centerprint| True
variableFalse | client | centerprint| false
This would check to see if my Bl_Id is 1308 but it always returns false.

The "variableTrue" and "variableFalse" events are for the old version.
Use "onVariableTrue" and "onVariableFalse".

My bad, it is onVariabletrue thats what I use.

Ive had this problem alot. Try this:
On(Whatever)-Self-VCE_IfValue-<var:client:score>-(Whatever)-(Whatever)

boodals beat me to it :C

Yes, use ifValue for any <bracket:type:variables>. You can also use it instead of ifVariable I think, but it's kind of redundant.

I tried that and it worked. Thankyou.

yep, values are for values, variables are for varaibles you assign

yep, values are for values, variables are for varaibles you assign
Originally it was not included, I only put it there because people were complaining that replacers were too hard so I just made that event for people who liked the old way.