| 08-05-2003, 11:13 PM | #1 |
ok i really need help on this im currently working on a hero arena which is almost finished ive set up team vs team duels but i can get the end duel trigger to run i really need help |
| 08-05-2003, 11:28 PM | #2 |
Ehm, it would help us if you would paste your trigger here |
| 08-06-2003, 12:51 AM | #3 |
the end duel trigger its self runs fine the trigger i use to run that trigger do not here they are ---------- this is to set up player 2 unit group---------- events unit-a unit enters duelteam2fighter <gen> conditions ((owner of(triggering unt)) is an all of player 7(green)) equal to true ((owner of(triggering unt)) is an all of player 8(pink)) equal to true ((owner of(triggering unt)) is an all of player 9(grey)) equal to true ((owner of(triggering unt)) is an all of player 10(light blue)) equal to true ((owner of(triggering unt)) is an all of player 11(dark green)) equal to true ((owner of(triggering unt)) is an all of player 12(brown)) equal to true actions unit group-add (entering unit) to team2duel -------------- to run the loseing 4 team 2----------------- events time-every 2.00 seconds of the game condition bduel equal to true (All units of Team2duel are in DuelArena <gen>) Equal to False action Trigger - Run End Duel <gen> (ignoring conditions) thats the triggers 4 team 2 just change the numbers and colers if u want team 1 |
