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

one very easy thing

Status
Not open for further replies.
Level 17
Joined
May 6, 2008
Messages
1,598
  • Hero Respawn
    • Events
      • Unit - A unit Dies
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • -------- local unit udg_your_variable --------
      • Custom script: local unit udg_Hero
      • Set Hero = (Triggering unit)
      • Set RealWait = 20.00
      • Set TempPoint = (Center of Base <gen>)
      • Wait RealWait game-time seconds
      • Hero - Instantly revive Hero at TempPoint, Hide revival graphics
      • -------- call RemoveLocation(udg_Your_Variable) --------
      • Custom script: call RemoveLocation(udg_TempPoint)
This is a very similar I use in my map. I use RealWait for other things too.
 
Status
Not open for further replies.
Top