maukings 0 Posted May 7, 2007 How do you get AI to get on a chopper and the jump out in mid flight with parachutes? How do you set altitude and speed of chopper when spawning in the air? Share this post Link to post Share on other sites
mattxr 9 Posted May 7, 2007 Wrong section of the fourm at ask this question. and they made the mission editing section complicated to find. Share this post Link to post Share on other sites
smoke52 0 Posted May 8, 2007 yeah they did make it hard to find i could help though, use this command: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> unitname action ["eject",<vehiclename>]; unassignvehicle unitname eg: para1 action ["eject",helo1] for speed its: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> unitname limitspeed <speed in Km> eg: helo1 limitspeed 0 altitude is: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> unitname flyinheight number eg: helo1 flyinheight 30 Share this post Link to post Share on other sites
maukings 0 Posted May 8, 2007 thanks smoke for the non bs reply Share this post Link to post Share on other sites