- 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???