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

[Trigger] Hero Pick System

Status
Not open for further replies.
Level 22
Joined
Dec 31, 2006
Messages
2,216
Like this: (NOTE: I didn't use the world editor)
  • Select Hero
  • Events
    • A unit is selected
  • Condition
    • Selected unit is a hero
  • Actions
    • If hero[Player Number of Triggering Player] = Selected Unit and Remaining Time of timer[Player Number of Triggering Player]
      • Then - Actions
        • -------Select the hero-------
    • Else
      • Else - Actions
        • set hero[Player Number of Triggering Player] = Selected Unit
        • start timer[Player Number of Triggering Player] as a one-shot timer that will expire in 0.5 seconds
Something like that.
 
Status
Not open for further replies.
Top