Rexxenexx 0 Posted May 4, 2008 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
Rexxenexx 0 Posted May 4, 2008 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. Share this post Link to post Share on other sites