Warcraft III resources & community, 2003–2006 · archived

What Basicly is JASS?

3 posts
#1

What Basicly is JASS?

What Basicly is JASS and what can i do with it... what is special with it?
#2
JASS are actually triggers (or GUI in other words) in their original form. They are based on JASS and are made to help the users of the WE use them easier. First cool stuff about JASS is that it uses locals. This means that global variables can be turned into local variables => It doesn't matter how many times you call the JASS trigger, the variables never mix up like globals. Another cool stuff is that you can use the loops much more efficiently by giving the stop condition however you want. There are many other advantages but these are the ones I found by now. So it's worth to learn JASS, believe me. I thought exactly like you before I tried it and now I find it more than useful. ;)
#3
Man i'm gonna learn real C++ so i can make new functions
Bout JASS:Learn locals,functions and maths.This si the only important thing to learn JASS.