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!
No it does not. However you will need some JASS to initialize some types of variable as you need to use it. For example timer arrays need manual initialization of indices above the size.
What other variable types that need JASS to initialize? I'm aware of the timer array needing manual initialization.
To be specific, I'm using Bribe's unit indexing system that gives each unit a unique custom value to identify.
You have to use custom script to dynamically create unit groups in an array if you don't want a bunch of arbitrary wasted group handles. The biggest problem is that the "main" thread will crash and prevent any of your triggers from initialising if you set an initial array size (or multiple arrays) too high. A combined total of 30+k array indices aught to crash it, so I recommend not initializing any array in GUI above 16 (for MPI stuff).
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.