Blockland Forums > Help
Points like money
GenaralSkar:
Did a video tutorial for this a while ago
http://www.youtube.com/watch?v=issPw6iKlcw
Instead of having the money variable be "m" it should be <var:cl:score> if I remember correctly.
LeetZero:
--- Quote from: GenaralSkar on May 21, 2013, 02:05:26 PM ---Did a video tutorial for this a while ago
http://www.youtube.com/watch?v=issPw6iKlcw
Instead of having the money variable be "m" it should be <var:cl:score> if I remember correctly.
--- End quote ---
Way too long video (2 min) for 2 lines of events, really now.
Just do this:
onActivate Client ifVariable score >= [points]
onVariableTrue [dostuff]
snk13:
--- Quote from: LeetZero on May 21, 2013, 02:09:31 PM ---Way too long video (2 min) for 2 lines of events, really now.
Just do this:
onActivate Client ifVariable score >= [points]
onVariableTrue [dostuff]
--- End quote ---
Now that's what I wanted...
well thanks anyone who at least tried :3