View Single Post
Bluefool
Member
 
Join Date: Jan 2006
Location: Iowa City, IA
Posts: 78

Old February 28th, 2006, 07:17 AM
Evalute scripts I'm getting better with. But how does one set a specific stat to a value? If a unit has a tag of size.sz1 and I want to change that to size.sz2, what is the syntax to do that in a evalute script?

Figured it out. For others trying that:

var size as number
size = unit.delete[size.?]
size = unit.assign[size.sz2]
Bluefool is offline   #8 Reply With Quote