• 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.

a ability problem

Status
Not open for further replies.
Level 2
Joined
Aug 10, 2005
Messages
29
Basic Variables:
int = integer = 1,2,3,4,5 and so on

real = real value = 1.00, 1.01,1.02,2.01, and so on

boolean = True or False, usually used to return a condition like..

int a = 10
if a > 5
return true
else
return false
endif

thats a simplified function

objects can also be variables, such as units, unitgroups, players, items, etc.

Its very basic math. If you passed elementary school you should be able to get it.
 
Status
Not open for further replies.
Top