HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

trigger programming language

08-16-2002, 10:33 PM#1
SuperIKI
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
weaaddar
Extract blizzard.j
Second Local is used to define a local varaible
like local string fuggit= "Fuggit"
Makes a string call fuggit