Jump to content
Ricky27

I don't have the advanced options for waypoints.

Recommended Posts

I am trying to make a scene of a helicopter with troops arriving at a point and I want it to land but I do not have the option in the waypoints to achieve it. How can I do it or how do I activate the advanced waypoints?

Share this post


Link to post
Share on other sites

When editing you need to start with simple things and go from there.

 

Start with one jeep with one driver and one passenger.

 

There is a "disembark".  Try that and go from there.

.

 

Share this post


Link to post
Share on other sites
On 8/22/2023 at 6:09 PM, Ricky27 said:

I am trying to make a scene of a helicopter with troops arriving at a point and I want it to land but I do not have the option in the waypoints to achieve it. How can I do it or how do I activate the advanced waypoints?

 

Place/script a simple move waypoint for your helicopter.

On activation field of this waypoint (edited, or using setWaypointStatements for a scripted one) just write:

vehicle this land "LAND";

 

Note: You can also use the advanced waypoint land (instead of move), but no sure it works as you wish.

Share this post


Link to post
Share on other sites
On 8/23/2023 at 2:10 PM, pierremgi said:

vehicle this land "LAND";

 

Does this do something different than "this land 'LAND'"?  Or to ask it another way, does doing it the way you mentioned fix the AI just hovering instead of actually landing if you have  a trigger set to prevent moving to the next waypoint? 

Share this post


Link to post
Share on other sites
7 hours ago, gatordev said:

 

Does this do something different than "this land 'LAND'"?  Or to ask it another way, does doing it the way you mentioned fix the AI just hovering instead of actually landing if you have  a trigger set to prevent moving to the next waypoint? 

Always follow the syntax.

Waypoints // this refers to the group leader

land // helicopter land mode

 

Share this post


Link to post
Share on other sites

Place helicopter, add waypoint, edit waypoint.

 

When you first open the created "MOVE" waypoint, you will see this:

 

8SJATwX.png

 

Scroll all the way up to the top of the "Type" field to find the "Advanced" waypoints:

 

7Es7iWU.png

 

Select and save.

  • Like 1

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

×