• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] A way to heal a unit via a trigger

Status
Not open for further replies.
Level 5
Joined
Jun 28, 2008
Messages
127
Just wondering if there is a way to heal a unit by a trigger. Like for example heal a unit for 100hp. I know it sounds simple, but I can't seem to find it, otherwise i'll try do it by a dummy unit.

Thanks
 
Level 16
Joined
Mar 3, 2006
Messages
1,564
Just wondering if there is a way to heal a unit by a trigger. Like for example heal a unit for 100hp. I know it sounds simple, but I can't seem to find it, otherwise i'll try do it by a dummy unit.

Thanks
  • Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) + 100.00)
< EDIT >

Note there are set life by percent and by value, you select by value to heal him.
 
Status
Not open for further replies.
Top