- Joined
- Jan 23, 2009
- Messages
- 74
i want to make a timerwindow and timer that begins/is created when all players have chosen a hero from the tavern(s)
-
Game Timer
-
Events
-
Unit - A unit Sells a unit
-
-
Conditions
-
HeroCount Equal to (Number of players in (All players controlled by a User player))
-
-
Actions
-
Countdown Timer - Create a timer window for (Last started timer) with title GameTimer
-
Countdown Timer - Start GameTimer as a One-shot timer that will expire in 240.00 seconds
-
-
-
HeroWest
-
Events
-
Unit - A unit Sells a unit
-
-
Conditions
-
(Selling unit) Equal to Tavern 0000 <gen>
-
-
Actions
-
Set HeroCount = (HeroCount + 1)
-
Unit - Remove (Buying unit) from the game
-
Unit - Move (Sold unit) instantly to (Center of West spawn <gen>)
-
Camera - Pan camera for (Owner of (Sold unit)) to (Center of West spawn <gen>) over 2.00 seconds
-
-
-
HeroEast
-
Events
-
Unit - A unit Sells a unit
-
-
Conditions
-
(Selling unit) Equal to Tavern 0002 <gen>
-
-
Actions
-
Set HeroCount = (HeroCount + 1)
-
Unit - Remove (Buying unit) from the game
-
Unit - Move (Sold unit) instantly to (Center of East Spawn <gen>)
-
Camera - Pan camera for (Owner of (Buying unit)) to (Center of East Spawn <gen>) over 2.00 seconds
-
-