Page 1 of 1

Leaving Trigger

Posted: Fri Aug 20, 2010 12:21 pm
by OrcSlayer101
How do i put together a trigger that gives a message when someone leaves to all players withought having to make 12 different ones for each player. I know this trigger is pretty basic :? but i'd like to know the best way to do it.

Re: Leaving Trigger

Posted: Sat Aug 21, 2010 2:59 pm
by 3ICE
Use Name of(Triggering Player) instead of Name of(Player X) and squash all 12 player leaves events into the same trigger.

Re: Leaving Trigger

Posted: Sat Mar 19, 2011 2:44 pm
by Thurst4blood
Leaving trigger without using loads of events.

Post a reply if this doesn't work.

Re: Leaving Trigger

Posted: Sat Mar 19, 2011 3:16 pm
by 3ICE
Yeah so if one player leaves you remove everyone... Good job!
EDIT: Sometimes the simplest solution is the best one.
Looping through all players, checking their slot status, adding events on the fly, etcetera is way laggier than having 12 simple events or triggers.