• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] JASS guide???

Status
Not open for further replies.
Level 1
Joined
Jun 6, 2004
Messages
1
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
 
Level 3
Joined
Mar 27, 2004
Messages
70
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.
Top