Blockland Forums > General Discussion
Help with variable events
Darksaber530:
--- Code: ---OnActivate > Self > SetColor > Green
OnActivate > Client > ifVarible > voted = 1
OnVaribleTrue > Client > Centerprint > you cant vote more than once
OnVaribleFalse > namedbrick: ya1 > FireRelay
OnVaribleFalse > Client > modVarible > voted - set - 1
OnVaribleFalse > Client > CenterPrint > You have voted.
--- End code ---