DJOlmstead 0 Posted March 23, 2003 I just want to know how do i make units leave a group? And how do i make a number of units leave a group as their own group? Share this post Link to post Share on other sites
KingN 251 Posted March 23, 2003 If you want part of the group form their own group put: [man1,man2,man3] join GrpNull, if you want men to leavethe group and be alone put [man1] join GrpNull; [man2] join GrpNull; [man3] join GrpNull Share this post Link to post Share on other sites
Guest jacobaby Posted March 23, 2003 Hmm, King Nothing, does that work? I only ask because grpnull is a NULL group, ie NOT a group. But you could do it that way but use another group name, rather than grpnull. @ DJOlmstead Just a point to note, if this is for a MP mission, make sure the JOIN command only executes on the server, otherwise you will get the often seen error of repeated 1 FOLLOW 6 messages. TJ Share this post Link to post Share on other sites
RED 0 Posted March 23, 2003 It does work, I think it mentions it in the com ref. RED Share this post Link to post Share on other sites
DJOlmstead 0 Posted March 23, 2003 Thanks for the help guys, and/or girls. Share this post Link to post Share on other sites
Guest jacobaby Posted March 24, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (RED @ Mar. 23 2003,20:59)</td></tr><tr><td id="QUOTE">It does work, I think it mentions it in the com ref. RED<span id='postcolor'> Does it make a new group structure then? If you get a few guys to leave and join grpnull they still act as a group? If so I will have to check that out and how the unbits are reassigned a group name by the OFP engine. Interesting........ TJ Share this post Link to post Share on other sites