Warcraft III resources & community, 2003–2006 · archived

Error explanations requested

2 posts
#1

Error explanations requested

Please someone make an list about the most common encountered errors in JASS scripting and their explanations. It would help beginnners like my self alot.

One error I don't understand is Expected '
#2
Most common errors are
Creating a gamecache witch a name with a "." in it
Using a function in an action like StartTimer() and not puting function before it
Not writing conditions corectly (dont know what goes wrong yet)
Thats all I found.