Thread
:
[WIP] IRAI (Intelligent Random AI)
View Single Post
12-25-13, 03:46 PM
#
2124
Serge65
A-ganger
Join Date: Jan 2012
Posts: 78
Downloads: 59
Uploads: 0
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
View Public Profile
Find More Posts by Serge65