- Joined
- Jun 7, 2008
- Messages
- 440
Each player has this same event. Though it happens at random times for each player. What I need, is to limit selection for all players to 1 random hero (there is no training or purchasing). This is what i have so far:
EDIT: Sorry about the shortcut for the events
-
Events
-
Player - Player X (Color) types a chat message containing -hero as An exact match
-
-
Conditions
-
Actions
-
Set randomunit = (Random unit from Heros)
-
Unit - Change ownership of randomunit to (Triggering player) and Change color
-
Unit - Move randomunit instantly to (Center of BaseCamp<gen>)
-
Set randomunit = no unit
-
EDIT: Sorry about the shortcut for the events