Etraman 0 Posted November 12, 2001 how to setup triggers to engage a searchparty once player is detected? Share this post Link to post Share on other sites
ELiTe 0 Posted November 12, 2001 Make a trigger, doesn't have to cover the same area as your player, then set it for "WEST" (assuming you are West), "is detected". Then either you sync this with the first waypoint of your search party, or you put in the trigger's ON ACTIVATION field something like "OkayToSearch = 1" and then in the first waypoint's condition field "OkayToSearch == 1". This will hold the search party still until the trigger goes off, so that they won't move. Share this post Link to post Share on other sites