Basic Click Hero Chooser -Not Created By me-

Level 6
Joined
Dec 28, 2006
Messages
156
  • Selection System
    • Events
      • Player - Player 1 (Red) Selects a unit
      • Player - Player 2 (Blue) Selects a unit
      • Player - Player 3 (Teal) Selects a unit
      • Player - Player 4 (Purple) Selects a unit
      • Player - Player 5 (Yellow) Selects a unit
      • Player - Player 6 (Orange) Selects a unit
      • Player - Player 7 (Green) Selects a unit
      • Player - Player 8 (Pink) Selects a unit
      • Player - Player 9 (Gray) Selects a unit
      • Player - Player 10 (Light Blue) Selects a unit
      • Player - Player 11 (Dark Green) Selects a unit
      • Player - Player 12 (Brown) Selects a unit
    • Conditions
      • Or - Any (Conditions) are true
        • Conditions
          • (Unit-type of (Triggering unit)) Equal to Footman
          • (Unit-type of (Triggering unit)) Equal to Footman
          • (Unit-type of (Triggering unit)) Equal to Footman
    • Actions
      • Unit - Create 1 (Unit-type of (Triggering unit)) for (Triggering player) at (Center of Start <gen>) facing Default building facing degrees

Conditions - basically the units you can pick.
Change the Start <gen> region to wherever you want the hero to be spawned, and change the Equal to footman to ur hero choices.
 
Level 3
Joined
Aug 3, 2006
Messages
45
But this will make It avaible to create hundreds of the same hero?
You should add a condition for each player when they have selected a hero and set the conditon True so they just can select one hero?
 
Top