Jump to content
Sign in to follow this  
Rexxenexx

Created unit doesn't move to waypoint

Recommended Posts

I'm using Zonekillers vehicle and crew respawn script.

The respawned vehicle doesn't move after it respawns. It's only sometimes when an enemy fires at it it will move/react, but not to the designated waypoint. I tried a bunch of waypoint calling (add,setCur,delete then add etc.) but nothing seems to work.

Share this post


Link to post
Share on other sites

This seems to be working:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

_group = group (crew _vehicle select 0);

_wp = _group addWaypoint [position _vehicle, 8];

_wp setWaypointType "GUARD";

_wp setWaypointBehaviour "COMBAT";

_wp setWaypointSpeed "FULL";

It looks like they lose their grouping even though its called as they are created. Now I bet this isn't going to work in MP for some reason. whistle.gif

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  

×