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

[Solved] Leaking question

Status
Not open for further replies.
Level 13
Joined
Mar 24, 2013
Messages
1,105
so I'm using an HandleCounter to check for leaks and this trigger causes it to go up by 2 every second, but I'm not sure why.

  • Phoenix Recoloring
    • Events
      • Time - Every 0.50 seconds of game time
    • Conditions
    • Actions
      • Set TempGroup = (Units of type Phoenix)
      • Unit Group - Pick every unit in TempGroup and do (Actions)
        • Loop - Actions
          • Animation - Change (Picked unit)'s vertex coloring to (78.00%, 20.00%, 0.00%) with 0.00% transparency
      • Custom script: call DestroyGroup(udg_TempGroup)
      • Custom script: set udg_TempGroup = null
 
Status
Not open for further replies.
Top