I currently have this set up as a trigger for making a waypoint..
Code:
_waypoint1 = helo3 addWaypoint [getMarkerPos "wp2", 0]; [helo3, 2] setWaypointType "MOVE"; helo3 setCurrentWaypoint [helo1, 2]; [helo3, 2] setWaypointStatements ["true", "bird2 land LAND"]
However, I run into an issue, the helicopter does not land. and I know its because it shoud looke like this on the last part.
Code:
[helo3, 2] setWaypointStatements ["true", "bird2 land "LAND""]
[/CODE]
However, when I put the quotes over LAND like this
I get an error saying I need to add a [ and ] into the equation some where. Anyone able to help me figure this out? The land command is suppose to be in the activation area of the waypoint.