• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Round after round

Status
Not open for further replies.
Level 4
Joined
Feb 19, 2011
Messages
53
I want to do, that the first round starts, maybe 20 footmanfs were created. and what i want to do is: all footmans died, then i want a timer window top right which says "Next Level in 30 seconds" (counting down to 0) and on 0 the next wave comes, and so on... please help!
 
Last edited:
Level 9
Joined
Dec 26, 2010
Messages
475
Here :D
  • Creeps
    • Events
      • Time - Elapsed game time is 0.01 seconds
    • Conditions
    • Actions
      • Countdown Timer - Start Timer as a One-shot timer that will expire in 5.00 seconds
      • Countdown Timer - Create a timer window for (Last started timer) with title First Round Starts ...
      • Trigger - Turn off (This trigger)
  • Creeps 2
    • Events
      • Time - Timer expires
    • Conditions
    • Actions
      • Unit - Create 20 Footman for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
      • Wait until ((Number of units in (Units in (Playable map area))) Equal to 0), checking every 0.10 seconds
      • Countdown Timer - Start Timer as a One-shot timer that will expire in 30.00 seconds
      • Trigger - Turn off (This trigger)
  • Creeps 3
    • Events
      • Time - Timer expires
    • Conditions
    • Actions
      • Unit - Create 20 Knight for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
      • Wait until ((Number of units in (Units in (Playable map area))) Equal to 0), checking every 0.10 seconds
 
Status
Not open for further replies.
Top