[JASS] JASS guide???

Status
Not open for further replies.

shady-x

S

shady-x

ok, i kinda understand how to use JASS, im just wondering if any1 has a list of how to say things in the JASS language

ex. how to give a player gold, custom abilites w/ triggers using JASS or other stuff that i cant think of right now...

if anyone feels like typing up a list of commands or knows of a website that has a list plz post it here, it would help me a lot, thx
 
The only "commands" available in Jass are the functions you can call.
A list of all the native (built-in) functions can be found here: http://jass.sourceforge.net/doc/api/common_j-functions.shtml
You can also use my editor found in the tools section which has a quick searchable list of all the functions in common.j and blizzard.j.

I don't know of any reference which actually has a description of each function.

To change a player's gold, you should use SetPlayerState.
 
Status
Not open for further replies.
Back
Top