Jump to content
Sign in to follow this  
squeezymilk

Need a little help

Recommended Posts

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

welcome.gif

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×