View Single Post
Old 12-25-13, 03:46 PM   #2124
Serge65
A-ganger
 
Join Date: Jan 2012
Posts: 78
Downloads: 59
Uploads: 0
Default

If the tanker is stalking you, change: data\Scripts\AI\Ship-Waypoint

strategy WaypointsCNFW(Ship)
precond
{
!Ship:CanFollowWaypoint()
}
action
{
Ship:Goto(0.7,false); ----> Ship:Goto(0.7,true);
Ship:SetThrottle(0.7);
}
}

and everything will be fine!
Serge65 is offline   Reply With Quote