| 08-16-2002, 10:33 PM | #1 |
Where can I learn more about the language the triggers are written in (I think it's called JASS) ? I know that there is a keyword called 'local', but that's it. What other keywords exist? I know that 'type' is a keyword, because I cannot call my variables 'type'. Is there any description about JASS? |
| 08-17-2002, 01:50 AM | #2 |
Extract blizzard.j Second Local is used to define a local varaible like local string fuggit= "Fuggit" Makes a string call fuggit |
