HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Jass

07-22-2003, 03:48 AM#1
NagaRoyalGuard
what is JASS and where can i learn how to use it?:guns: :bangH:
07-22-2003, 04:01 AM#2
gurubvin
jass is the scripting language that warcraft uses. to see what it looks like, go to WE, file -> export script. then open the file that shows up with notepad. If you haven't done any programming it might look a bit foreign to you. if that's the case then go to trigger editor -> edit -> convert to custom text. it'll turn your triggers into a script.

exporting the script shows you the complete script for a map. it includes the var declarations, functions, and main body, that's y i'd suggest looking at that if you have ne programming bakground. however if you need to start a bit simpler, do the second method.

to learn, there are some tutorials in the jass/ai vault, as well as some sample functions. they also have some links that might help.

if you need more info ( i'm fairly new with jass, but i've done some c++ programming) pm me or email me.
07-22-2003, 05:12 AM#3
Mr. Thermistor
http://jass.sourceforge.net/