- Joined
- Jan 11, 2008
- Messages
- 449
KINDA SOLVED
I Managed to kinda solve it myself, although, can someone please check it and see if it looks alright, would be really nice of you! +rep
Requesting someone to have a look once again - 090525
Requesting help again - 090530
Requesting help again - 090531
Requesting help again - 090601
--------------------------------------
---- Solved trigger: Look at post 2 ----
--------------------------------------
I want 60 creeps to charge my ass in a loop for a minute.
One creep spawn and attack-move each second, all the way to next round.
1 thing works tho, if I copy the triggers for each damn unit, BUT seriusly, I cant have this trigger for each unit..
It would be like; 40 levels * 60 units /level = 2400 triggers to copy.. XD
How can I do this? I have scratched my head for hours now, hair is falling off..
Help me before I lose all my hair..
Btw, the map is like Enfo, that's why I have Spawn1 & Spawn2
I Managed to kinda solve it myself, although, can someone please check it and see if it looks alright, would be really nice of you! +rep
Requesting someone to have a look once again - 090525
Requesting help again - 090530
Requesting help again - 090531
Requesting help again - 090601
--------------------------------------
---- Solved trigger: Look at post 2 ----
--------------------------------------
- Events
- Time - Timer Expires
- Conditions
- Actions
- ---------- 1 Unit Spawn ----------
- Set Point1 = (Center of Spawn 1 <gen>)
- Unit - Create 1 Levels_Units[1] for Player 11 (Dark Green) at Point1
- Custom script: call RemoveLocation(udg_Point1)
- Set Point3 = (Center of Loselife <gen>)
- Unit - Order (Last created unit) to Attak-Move To Point3
- Custom script: call RemoveLocation(udg_Point3)
- ---------- 2 Unit Spawn ----------
- Set Point2 = (Center of Spawn 2 <gen>)
- Unit - Create 1 Levels_Units[1] for Player 11 (Dark Green) at Point2
- Custom script: call RemoveLocation(udg_Point)
- Set Point3 = (Center of Loselife <gen>)
- Unit - Order (Last created unit) to Attak-Move To Point3
- Custom script: call RemoveLocation(udg_Point3)
- Wait Creepspawn_Time seconds
I want 60 creeps to charge my ass in a loop for a minute.
One creep spawn and attack-move each second, all the way to next round.
1 thing works tho, if I copy the triggers for each damn unit, BUT seriusly, I cant have this trigger for each unit..
It would be like; 40 levels * 60 units /level = 2400 triggers to copy.. XD
How can I do this? I have scratched my head for hours now, hair is falling off..
Help me before I lose all my hair..
Btw, the map is like Enfo, that's why I have Spawn1 & Spawn2
Last edited: