Staredit Network

Staredit Network -> UMS Assistance -> trigs not firing off
Report, edit, etc...Posted by cfro7211 on 2004-10-02 at 20:04:25
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 IsolatedPurity on 2004-10-02 at 20:38:59
Perhaps refer to the first post you posted? Or at least reply to that post and said the ideas there didn't work instead of simply posting the exact same thing.
Report, edit, etc...Posted by Zombie on 2004-10-02 at 20:45:55
do u have hyper triggers
Report, edit, etc...Posted by FaZ- on 2004-10-02 at 23:55:13
Cfro7211:
QUOTE
i put the wait in there because i'm using hyper trigs


Zombie:
QUOTE
do u have hyper triggers


...wow.
-------------
Some things to check for.
-- Does P2 have wraiths?
-- Are P2's wraiths heroes?
-- Was P2 in the game?
-- Were the wraiths already at the location ordered to move to?

Check for those, and if they still don't work post the map here.
Report, edit, etc...Posted by DT_Battlekruser on 2004-10-03 at 00:01:00
What player owns the hypertriggers?
Does that player have any other wait triggers?
Report, edit, etc...Posted by cfro7211 on 2004-10-03 at 00:34:16
well, i still dont get it

yes i do have hyper triggs-- they belong to all players. i have three triggs like this:

all players

always

wait(0);
wait(0);
wait(0);
wait(0);
ect.

preservetrigger
comment

so i dont kno why it aint working

i'm still a bit confused, but hopefully it will work out
Report, edit, etc...Posted by nyczdigga on 2004-10-03 at 01:28:46
The hyper triggers might be the problem. Calm Down.
Report, edit, etc...Posted by DT_Battlekruser on 2004-10-03 at 01:58:01
stfu, nyc if you post you should offer help.

Never give hypers to all players. Give them to a player with no other wait trigs.
Next Page (1)