mattxr 9 Posted August 17, 2006 sry.. can anyone tell me whats wrong with this Quote[/b] ]crwgrp = groupthis; "_x moveincargo M131" foreach units crwgrp it never seems to work for me Its for a mission i want to complete, i want all the units to start in the vehical and i dont want to do it the long way by setting every unit in game like "man1 moveincargo boat1" for about 13 groups of men. Share this post Link to post Share on other sites
silola 1087 Posted August 17, 2006 hi matt, try this... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">crwgrp = group this; "_x moveincargo M131" foreach units crwgrp and add this... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">crwgrp = groupthis; "_x assignascargo M131; "_x moveincargo M131" foreach units crwgrp bye silola Share this post Link to post Share on other sites
mr reality 0 Posted August 17, 2006 This should also work... crwgrp=group this; "_x moveincargo M131" foreach units group this; Share this post Link to post Share on other sites