Help with the editor

Status
Not open for further replies.
Level 2
Joined
May 31, 2009
Messages
20
Hey guys, i know how to make some cool things in the editor but i am completley new to JASS and was wondering if i could get some help getting the basics down? i read through a couple posts but they just confused the hell out of me, with talk of booleans and integers and whatever else, can i please get some help here?
Cheers
 
Level 12
Joined
Dec 10, 2008
Messages
850
Just get NewGen, and start making GUI spells, converting them, and eventually wright your own scripts. You can learn alot by converting your own work. Use NewGens function lists well, and replace globals and BJ functions. You'll get the hang of it :)
 
integer: whole number positive or negative
real: any number that can be represented as a fraction
boolean: true or false
string: sequence of characters
location: struct of sorts containing an x and y value
unit: (obv)
effect: special effect
group: set of units
force: set of players
player: (obv)

theres more, but knowing those will help.
 
Status
Not open for further replies.
Top