HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Damage to integer.

07-11-2004, 04:14 PM#1
Pipe Bag
How do make it so if a unit takes say 120 points of damage, i can change an intieger variable or any other variable to 120?
07-11-2004, 04:18 PM#2
th15
When actually doing the damage with you trigger action, theres a function that looks like "Convert (Integer to Real) : ". This allows you to use integer values for real value actions.