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!
:V
You were supposed to figure out the precedence using JASS Code, and you weren't supposed to touch the Core trigger, which is why I named the Category "Don't touch"
I expected something like this:
JASS:
set a = 5 / 5 * 4
set b = 5 * 8 / 40
set c = 4 + 4 / 5
set d = 5 - 5 * 4 / 6
// etc..
Just to print out the values so you can figure out how the operators run :v
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.