Staredit Network

Staredit Network -> UMS Assistance -> need help-trigs not firing
Report, edit, etc...Posted by cfro7211 on 2004-09-30 at 22:18:33
i made a trigger where i ordered ten wraiths to attack to a cetrain location put on top of a flying cc. it was like this:

(executing for player 1)

Always();


Order(wraith, currentplayer, anywhere, attack, p1 command center);
Wait(1000);
Comment("watever");
preservetrigger();

i put the wait in there because i'm using hyper trigs, and if i didnt they wouldnt fire at all.
the wierd this is, it worked for player one. but when i copied the trigger and changed p1 command center to p2 command center, it didnt do anything to the wraiths, they didnt move inward at all. (note: i also changed which player it executed for).

but, despite my efforts, no progess has been made ranting.gif . any help? ideas? anything?

all ideas are welcome
Report, edit, etc...Posted by Mini Moose 2707 on 2004-10-01 at 20:25:18
Move hyper triggers to the bottom of the list for it not to interfere with waits.
Report, edit, etc...Posted by IsolatedPurity on 2004-10-01 at 23:07:06
Which player has the hyper triggers? If any player needs to use waits... they should have have any. Move them to a neutral player or something.
Next Page (1)