| 07-15-2006, 02:49 PM | #2 |
Welcome to the forums. Use Jass tags, not trigger tags. Unless that's not jasss code -.- If jass, unless i am missing a feature, your loop statement is wrong. Proper loop format JASS:loop exitwhen (your condition) //eg iterator <5 iterator = iterator +1 //in case it is a basic sequential loop endloop Also, I don't see any endifs, whom, when missing, crash the editor. |
| 07-15-2006, 03:41 PM | #3 |
That is kind of sketch code really. It appears to be a mixture of jass and gui. It's kind of interesting -- But yeah anyways Alev is correct. I don't know what you were aiming to achieve with it, since it's well.. Scrambled. If there are other errors, we probably would catch them were it in the proper format. |
| 07-15-2006, 03:45 PM | #4 |
I already found the Problem, yes i often mix Jass and Gui and now i can keep working on my magic - the gathering map. |
