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

[Solved] Hero Selection

Status
Not open for further replies.
Level 2
Joined
Jan 5, 2014
Messages
12
Hi, i did a hero selection where you enter a region and you get a hero, but i don't know how to remove that region after you picked that hero so that it can't be picked twice
  • Events
  • Unit - A unit enters Elementalist <gen>
  • Conditions
  • (Unit-type of (Entering unit)) Equal to Wisp
  • Actions
  • Unit - Create 1 Elementalist for (Owner of (Entering unit)) at (Center of Hero Spawn <gen>) facing 270.00 degrees
  • Unit - Remove (Entering unit)from the game
  • Unit - Remove Elementalist(n) form the game
  • What to do next???
The Elementalist(n) is just for showcasing the hero
 
Status
Not open for further replies.
Top