• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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