squeezymilk 0 Posted March 19, 2007 im new to this whole thing and ive been messing around with the editor. At the moment im trying to get it so that when a helicopter comes to me it lands. I was just wondering what i would actually need to do this and ive looked a little but not seen anything. thx for any help Share this post Link to post Share on other sites
Mr_Tea 0 Posted March 19, 2007 You have to place a "get in" waypoint for you`re Soldier and an "load" waypoint for the chopper. The "get in" and the "load" waypoint must be synchronized, and on the exact same spot. You can find many helpful tips at the BIS-WIKI Share this post Link to post Share on other sites
squeezymilk 0 Posted March 19, 2007 Wouldn't that make it land wherever i put the waypoint rather than wherever i am? Share this post Link to post Share on other sites
Mr_Tea 0 Posted March 19, 2007 The heli will land at the waypoint. Share this post Link to post Share on other sites
Scillion 0 Posted March 20, 2007 If you want it to land close to you then move the helicopters waypoint to where you are. Put this in the chopper's init line (the crew and chopper group) <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">flygroup=group this put this in your trigger Onact section <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">[flygroup, 4] setWaypointPosition [position yourname, 0] 4 = 4th waypoint of the chopper Only problem is that if you die then it won't reposition. Share this post Link to post Share on other sites