Starcraft trigger problems




Posted by Drewboy64

I've got a quick question. I'm making a campaign on starcraft, and one of my triggers makes it so that when a dropship goes to a certain location, 5 marines appear. But the thing is, in the game about 14 of them appear. I don't know why, I double checked the trigger and it seemed fine.




Posted by GameMiestro

Do you have "preserve trigger" on? Also, do you have multiple triggers telling the game to create 5 marines?

Oh, do you have it so it creates the marines randomly, or on a location?




Posted by Xero

HMM...I dont see what the problem would be...maybe you should check the options...




Posted by Drewboy64

Well, I think the trigger doubles the amount of soldiers for some reason, so I just made it put half as many, but I still don't see why.
Anyway, I've got another problem I'm more concerned with. There's this area where I want to create explosions, so I make archons and then destroy them. Here's the trigger

Execute:
-Player 1
Conditions:
-Always
Actions:
-Wait for 10000 milliseconds
-Create 1 Protoss Archon at 'kill all' for Player 1*
-Kill all Protoss Archon for Player 1 at 'kill all'
-Preserve Trigger


*I made it create 2 at first, becasue that would result in actually 4 archons, but when it said they wouldn't be created, I changed it to 1 (2 archons) but it still didn't work.

Any suggestions?