HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

*sigh*

07-20-2006, 09:09 PM#1
Fallenzeca
Ah well, seems that I can't get enough of this place >.<
I'll get right to it.

Trigger function:
A trigger that adds an amount of life to the casting unit. Can only find
---> SET <---- actions which is not what I want. Just found out that set doesn't mean add xD


Anyway as always, appreciate all help I can get.
07-20-2006, 09:18 PM#2
Alevice
set
pick arithmetic
current life
+
your life

Apologies for the horrible format, I am not at home.
07-20-2006, 09:42 PM#3
Captain Griffen
Trigger:
Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) + 20.00)

And yes, the usage of triggering unit is deliberate and correct. It is both faster than casting unit, and returns after a wait.
07-20-2006, 09:54 PM#4
Freakazoid
Did you mean max life or just to "heal" a unit?
07-21-2006, 01:46 PM#5
Fallenzeca
LoL, guess I keep asking so obvious questions xD

Thanks alot guys
Freakazoid I meant to heal a unit like Human Priest Heal but the amount would be different using triggers.