Thread: Tutorials?
View Single Post
harkan
Senior Member
Volunteer Data File Author
 
Join Date: Mar 2005
Posts: 345

Old January 3rd, 2007, 10:03 AM
the stat one depends on if you are looing at a basestat or the stat.

for a stat (assuming numeric and stat is called xyz)

var retval as number
retval = stat[xyz]
(for a unit)

var retval as number
retval = unit.stat[xyz]
(for an option)

to access basestats then replace stat with basestat
harkan is offline   #5 Reply With Quote