Starcraft Trigger help, anybody? plz?




Posted by Drewboy64

Alright, I'm making a small campaign thing with the map editor... I have this one trigger where archons appear and then instantly die to make a fake explosion.

The location I used also kills your units if they step in, but for some reason, it says that there is no room for the Archons, and it also does not kill the units.

My original trigger to create/destroy archons was:
Conditions: Always
Actions: Wait for 10000 milliseconds
-create 1 Protoss archon at "kill all" for player 1
-kill any unit for player 1 at 'kill all'
-preserve trigger.

Later on, I decided to make the 'kill any unit for player 1" part a seperate trigger, and i also preserved it.

Also, for the kill units that the player owsns, my trigger was:
Conditions: always
Action: kill any unit for player 7 at "kill all"
-kill any unit for player 3 at "kill all"

note: player 3 are rescuable guys.

I hope somebody can help me out here. :-\