RDK 0 Posted January 26, 2003 I'm having problems joining some choppers into my group, i have it so I start in the chopper on an island with a group of infaltry boarding then i fly over to another town were there are 2 more choppers who are loading up with infaltry also, i have them set to join the main group but all they do is hover and spin, the join command I am using is 'chopper2 join gp' and 'chopper3 join gp' gp is the name of my group which includes me as pilot, gunner and the chopper, the infaltry are seperate. After they join i am planning to have them drop of thier cargo in another area after landing the loading the wounded then moving to another location Share this post Link to post Share on other sites
MaxPower44 1 Posted January 26, 2003 chopper2 and chopper3 is the name of chopper. jou can't join vehicle, just unit. Then you must do </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ;for driver chopper2 chopper2D join gp ;for gunner chopper2 chopper2G join gp ;for driver chopper3 chopper3D join gp ;for gunner chopper3 chopper3G join gp <span id='postcolor'> if they are in the chopper in the editor or you can do </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ;for driver chopper2 driver chopper2 join gp ;for gunner chopper2 gunner chopper2 join gp ;for driver chopper3 driver chopper3 join gp ;for gunner chopper3 gunner chopper3 join gp <span id='postcolor'> that's all. Share this post Link to post Share on other sites
Bart.Jan 0 Posted January 26, 2003 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (MaxPower @ Jan. 26 2003,19: 03)</td></tr><tr><td id="QUOTE"></span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> ;for driver chopper2 chopper2D join gp ;for gunner chopper2 chopper2G join gp ;for driver chopper3 chopper3D join gp ;for gunner chopper3 chopper3G join gp ;for driver chopper2 driver chopper2 join gp ;for gunner chopper2 gunner chopper2 join gp ;for driver chopper3 driver chopper3 join gp ;for gunner chopper3 gunner chopper3 join gp <span id='postcolor'><span id='postcolor'> Syntax is bad. Usage of join command : unitArray join group So it can be : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> [chopper2D,chopper2G,chopper3D,chopper3G] join gp <span id='postcolor'> or </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> [driver chopper2,gunner chopper2,driver chopper3,gunner chopper3] join gp <span id='postcolor'> If you want to join choppers without cargo you can use : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> (crew chopper2)+(crew copper3) join gp <span id='postcolor'> If you use only choppers' names : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> [copper2,chopper3] join gp <span id='postcolor'> then only pilots (drivers) of these choppers join your group so, teoretically, you can have 11 choppers under your command. <!--emo& Share this post Link to post Share on other sites
MaxPower44 1 Posted January 26, 2003 Sorry, I make a little mistake Share this post Link to post Share on other sites
RDK 0 Posted January 27, 2003 Thanks, that worked great, but now i have a new problem, how can i get a voice command and maker on the chopper saying 'pilot get in chopper' for the player while a seperate infaltry group has a get in marker on it already ? Share this post Link to post Share on other sites