Redline 0 Posted May 16, 2002 my player's name is: player1 the init field of the LEADER of the squad i want to join is: E21 = group this and my trigger says this: player1 join E21 thanks in advance! Share this post Link to post Share on other sites
Aculaud 0 Posted May 16, 2002 wouldnt be able to tell you. Sometimes you just gotta do it the old fashioned way and make a join and lead waypoint for them synchronized to a join waypoint for you. Or the other way around in you want to lead. Share this post Link to post Share on other sites
LauryThorn 0 Posted May 16, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">and my trigger says this: player1 join E21<span id='postcolor'> Try this: [ player1 ] join E21 Command join takes an array, not an object as the first "argument". Share this post Link to post Share on other sites
Chris Death 0 Posted May 16, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">the init field of the LEADER of the squad i want to join is: E21 = group this and my trigger says this: player1 join E21 <span id='postcolor'> If you want your player1 to join into the group, that wouldn't belong to the init-field: E21=group this More you need to give the leader of the group the name: E21 in his name-field, and then use the suggestion of Laury Thorn: [player1] join E21 If you name the group E21 by using the init field, this only belongs to commands, which you want to use for the whole group. Like domove etc. If you want to join a group, you only need to join into the leader's name. hope this helps ~S~ CD Share this post Link to post Share on other sites
Bart.Jan 0 Posted May 16, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (DV Chris Death @ May 16 2002,15: 08)</td></tr><tr><td id="QUOTE">... If you want to join a group, you only need to join into the leader's name. <span id='postcolor'> It's fine as long as you don't need to join player during mission. Leader could be killed and then [soldier] join leader doesn't work. It's better to name group and then let soldier join group Share this post Link to post Share on other sites