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

. any help? ideas? anything?
all ideas are welcome