19 posts Canada joined 2005-09-12
#1 2005-12-24
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)
35 posts joined 2005-12-10
#2 2005-12-24
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
8 posts South Carolina joined 2005-12-22
#3 2005-12-24
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)
56 posts joined 2004-10-31
#4 2005-12-24
I think that "PenKnight"s way is quite a bit simpler
8 posts South Carolina joined 2005-12-22
#5 2005-12-24
Geh, i figure out ways to make them work, not the best way... all my triggers probably end up like that...