sogamg 12 Posted October 19, 2010 Hi i am trying to make a rescue downed pilots mission.I have found everything I need,heli exctraction etc but I can't find how to make the downed pilots to join my group.I found that with a trigger and if i put in the activation field something like this [pilotOne,pilotTwo,pilotThree,pilotFour] join (group _thisList select 0); it should work. It is not very helpful.Anyone can be more specific?Thanks. Share this post Link to post Share on other sites
Jack_Ryan_ 10 Posted October 19, 2010 Name your group in the leaders init box, then add to a trigger, activated by your group, Code: [name] joinsilent yourgroup Example: [John] join Delta1 Share this post Link to post Share on other sites
sogamg 12 Posted October 19, 2010 Thank you Jack Ryan you where very helpful.It works. Share this post Link to post Share on other sites