Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
For humans to read/use because big integer numbers given by OrderIds are not easily understood by us. Internally all orders are integer orders, but most of the common ones (attack, smart, holdposition, ability cast strings, etc.) have a string counterpart. The ones that do not will return an empty string when you try to convert them. In the reply of mine I'm guessing you read, the order to build a scout tower is an integer order that has no string counterpart, so if you tried to print that order as a string it wouldn't show anything.
JASS can generally work with both orderstrings and orderids, but GUI really only lets you interface with orderstrings.
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.
JASS can generally work with both orderstrings and orderids, but GUI really only lets you interface with orderstrings.