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!
You are using $ in your variable names, this isnt a valid variable name and therefore wont compile. Remove the $ signs and it should work/find your next error
Edit: Dont know anything about macros so i might be wrong..
The macro is not compiling properly. It is meant to not compile macro declarations (they are kept in comments or not included in the map script) and instead compile them with substitutions for every time you reference the macro.
If I recall from vJASS macros, they are used to define a variable that will be substituted when the macro is run. I did use them >4 years ago so I could be wrong...
Are all interpreted as comments unless there is a space after the '!'. It is possible that a custom vjass compiler was used or an old/alternative version which had less strict syntax. It clearly is explained in the vjass manual that there must be a space for it to register as a macro correctly.
Are all interpreted as comments unless there is a space after the '!'. It is possible that a custom vjass compiler was used or an old/alternative version which had less strict syntax. It clearly is explained in the vjass manual that there must be a space for it to register as a macro correctly.
You could have just told him it instead of trying to act all smart and all knowing. Which reminds me...
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.