• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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