• 🏆 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!

How to stop healing from trigger ?

Status
Not open for further replies.
Hey I am using Heal Event by Bribe, and I have a trigger where it heals every hero every second, but the hero should not be healed if he has a specific buff. This works with a timer, but the other trigger that creates a floating text for the healing never stops, because I don't know what condition to put when the healing is from a trigger(if there is any). Any ideas?
 
Level 15
Joined
Jul 9, 2008
Messages
1,552
post your triggers

could use a boolean variable that u set to false when healing with the trigger and set it back to true after. and in the floating text checking the boolean b4 doing x y z. but i cant be 100% sure if that will work with out seeing the triggers
 
Status
Not open for further replies.
Top