Warcraft III resources & community, 2003–2006 · archived

Loop Action/Trigger? How?

5 posts
#1

Loop Action/Trigger? How?

Hey im making a map that requires units to spawn (i made that trigger) like in dota, and as in dota to spawn in loops of so and so seconds. I need to find out how to get that effect. Please if you know be as specific and detailed as possible (im really slow sometimes)
#2
So it an Event that is repeated over and over again right?

To do this add this event


Event
Time - Every 5.00 seconds of game time
#3
You need a simple trigger, they spawn in a region. then the trigger reruns and spawns again

Event
   Map Intialization
Conditions
   None
Actions
   Unit - Create (insert number) (insert unit) for Player 1 (Red) at (Center of (REGION)) facing Default building facing degrees
   Wait (insert time)
   Trigger - Run (This trigger) (ignoring conditions)


#4
I think that "PenKnight"s way is quite a bit simpler :P
#5
Geh, i figure out ways to make them work, not the best way... all my triggers probably end up like that...