Jump to content
Sign in to follow this  
SandMan13

Getting a group to Get out of heli

Recommended Posts

Hey I want to have a Russian Spetnaz Team get out of the heli once it lands. I have a waypoint "get in" on the heli, then "get out" on the invisible H which also has the unload point from the heli. In the unload i have transport1 land "land"; so they have time to get out, but they won't get out they just sit inside. Is there a script I need to use or is there just something wrong with how I used my waypoints?

Share this post


Link to post
Share on other sites

Either give the squad a GET OUT waypoint synched with the TRANSPORT UNLOAD waypoint. Or put

commandGetOut units group player;

in the onAct of a MOVE waypoint with the transport land "land" code, and have a hold waypoint waiting for them to get out.

Share this post


Link to post
Share on other sites

alright i tried synching them but all that did was make the heli hover at its set fly height. When I put the code you gave me into the on act of the the transport unload waypoint all it does is land. no one exits the heli. Should I be naming the group or units, then put their names into the code?

Share this post


Link to post
Share on other sites

Here's a quick demo mission showing both methods, synched GET OUT/TRANSPORT UNLOAD and just using the commandGetOut command.

Note that in the demo the scripts heli usually ends up getting stupid and trying to land on the other helo's spot and circles around.

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  

×