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

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