| 05-13-2006, 10:52 PM | #1 |
I've been experimenting in JASS, and I've been doing great, but this one thing is annoying me. It says JASS:set udg_b =(udg_b+1) |
| 05-13-2006, 11:19 PM | #2 |
Often when it says something is wrong, it is the line above which is faulty. Also, those brackets are unneccessary, GUI likes adding them though, set udg_b = udg_b+1 works too. Not that it really matters I guess... |
