Author Topic: Variable Events  (Read 2221 times)

  How do i use the variable events?
Thanks.

PS: I want to make something like a cash mod.

Ask teh person who made variables


Inb4itellyoutowhichisnow

Ok,You go onactive>player>addvarible>(enter varible) (enter amount)
Yeah.To take away stuff just add a minus sign in the number you put.

example :
onActivate>>player>>addvariable>[ha] [4]
onActivate>>self>>ifvariable>>player[ha]equals[4]
onvariabletrue>>client>>Hi person :D
onvariablefalse>>client>>you not my special person >:(

lol

One cannot teach you every possibility for variable events.
It takes logic to be able to use variable events, or any events at all for that matter.

it is best to just sit down in single player mode and just mess with it (thats how I got my eventing skills)

example :
onActivate>>player>>addvariable>[ha] [4]
onActivate>>self>>ifvariable>>player[ha]equals[4]
onvariabletrue>>client>>Hi person :D
onvariablefalse>>client>>you not my special person >:(

lol

THANKS!


The events on Blockland are like a simplified scripting language made of a GUI. Although I'm sure that's just because I'm so used to how similar "script building" in Roblox is to Events, in it's own special way.