burdy 11 Posted October 7, 2013 Hello, how would I setpos for only the players in the trigger and no one else? Currently I have a trigger that is Blufor activated once, and the on act is player setPos (getMarkerPos "m1") the problem is, if any player/playable is in the trigger, everyone warps to the marker m1. So how would I make it so only the player that walks into the trigger gets warped? Share this post Link to post Share on other sites
Silderoy 1 Posted October 8, 2013 Try using {_x setPos (getMarkerPos "m1")} forEach thislist; Share this post Link to post Share on other sites
CharlieSp 10 Posted October 18, 2013 If the player you want it to work with isnt in a group you could always just group that player to the trigger :P Share this post Link to post Share on other sites