W
wc user
Guest
HERES MY LAST POST
wc user
Guest Posts: n/a
need Help wih trigger editor!!!
--------------------------------------------------------------------------------
Im trying to make a map where units spawn every few seconds like a footmen wars map and i need a trigger thats sets which type of unit appers
can u help me out?
its reign of chaos if thats makes a difference
AgentPaper :
heres a trigger to make a footman in a random spot every 30 seconds
Code:
Spawn Footman
Events
Time - Every 30.00 seconds of game time
Conditions
Actions
Unit - Create 1 Footman for Player 1 (Red) at (Random point in (Playable map area)) facing Default building facing degrees
go ahead and change the time/unit type/number of units as needed
also note that if you make 5 units at a time it will put them in the same random spot.
wc user
Guest Posts: n/a
need Help wih trigger editor!!!
--------------------------------------------------------------------------------
Im trying to make a map where units spawn every few seconds like a footmen wars map and i need a trigger thats sets which type of unit appers
can u help me out?
its reign of chaos if thats makes a difference
AgentPaper :
heres a trigger to make a footman in a random spot every 30 seconds
Code:
Spawn Footman
Events
Time - Every 30.00 seconds of game time
Conditions
Actions
Unit - Create 1 Footman for Player 1 (Red) at (Random point in (Playable map area)) facing Default building facing degrees
go ahead and change the time/unit type/number of units as needed
also note that if you make 5 units at a time it will put them in the same random spot.


