Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Umm, what do you excactly mean, variables? thats just to press the Yellow X in the Trigger editor and then "new variable" then you make a action: set: Variable
You can make something to simulate it though:
Every 0.01 seconds:
Set IntTimer = IntTimer + 1
if IntTimer >= X then
--- Set IntTimer = 0
--- Do periodic actions
If X is likely to be a large number (e.g. every 120 or 180 seconds), you can finetune the periodic timer to every 1.00 seconds, for example. But other than that, I won't lag especially because most of the time you won't be doing anything in the trigger other than increasing an integer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.