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!
Depends on what you're doing inside the loop. But generally speaking, loops without waits won't lag unless you're doing really intensive work.
Without wait actions, the loop is finished instantly.
Depends on what you're doing inside the loop. But generally speaking, loops without waits won't lag unless you're doing really intensive work.
Without wait actions, the loop is finished instantly.
Couple of questions:
what is c? If c isn't initialized, or never updated, exitwhen c >= 3 won't ever happen...
And then again, without knowing ...actions... I can't really tell whether it'll lag. But if it's a simple comparison, it probably won't lag. But the best way to find out is to test it.
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.