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!
All of your custom script stuff is entirely pointless for two reasons:
1. TSA (wait) will not sleep 0.03s on every iteration of the loop. The minimum is something like 0.27s so that loop will take about 10x longer to complete than you think it does. People use timers or periodic triggers for this sort of thing: Visualize: Dynamic Indexing
2. You stored a bunch of information in global variables before your cs wait loop bologna, and then refer to that data multiple times after multiple further waits. Even though your loop counter variable (i) is properly insulated from being overwritten by multiple simultaneous casts… none of your other variables are. This spell will break completely if multiple casts overlap temporally (not positionally).
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.