HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Damage and Attack

03-01-2004, 06:16 PM#1
volvo64
I have a problem. I need to find a way to set the life and damage of several units i'm spawning. What i really need is some functions like the following: SetMaxLife(unit, value);
SetDamageBase(unit, value);
SetDamageNumDice(unit, value);
SetDamageNumDiceSides(unit, value);

Can anyone help me with this??!?! Thank you in advance.
03-02-2004, 12:18 AM#2
volvo64
Should I put this question somewhere else? I'll give someone my eternal gratitude if they'll just help me out with this, i really need to get it working.
03-02-2004, 02:08 PM#3
Vexorian
These kind of questions go to Map Development, And yes, there is a way to do that but you'll need to use something like weaaddar's Bonus Mod
03-02-2004, 05:53 PM#4
volvo64
Sorry about posting it to the wrong section, i'm new to the forum, and thank you very very much. That was exactly what i needed to find. You're the best man. Awesome.

One problem though, i went to the site, download the code, but i can't get it to work. I am unsure how to implement it into my map. Any help would be wonderful.