Jump to content
Sign in to follow this  
Impavido

in game synch of pickup and get in Waypoints

Recommended Posts

_pickup = _this select 0
_pilot = _this select 1

_grp = group _pickup
_fly = group _pilot

~1

_wp1 = _fly addwaypoint [getpos _pickup,10]
_wp1 setwaypointdescription format ["PICKUP %1",name _pickup]
_wp1 setwaypointtype "pickup"


_land = _grp addwaypoint [getpos pilottest,1]
_land setwaypointdescription format ["BOARD %1",name _pilot]
_land setwaypointtype "getin"
_land synchronizewaypoint [_wp1]

The waypoints are created, but if I am INgame as the pilot, the AI ground unit does not enter my helo.

Are the waypoints properly synched? Or is it something else?

---------- Post added at 06:17 AM ---------- Previous post was at 06:05 AM ----------

*FACE PALM*

Ignore me, I forgot to assign the ground unit as cargo.

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  

×