For sinking, I found the following code in PROGRAM\SEA_AI\AIShip.c:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> // set attributes for sinking effect
rDead.Ship.Sink = "";
aref aSink; makearef(aSink, rDead.Ship.Sink);
aSink.Speed.y = 0.35; // speed of sink y
aSink.Speed.x = 0.017 * (frnd() * 2.0 - 1.0); // speed sink angle rotate around x
aSink.Speed.z = 0.017 * (frnd() * 2.0 - 1.0); // speed sink angle rotate around z<!--c2--></div><!--ec2-->
<b>Edit:</b> I just put this in console.c for testing:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> pchar.Ship.stopped = false;
pchar.Ship.Speed.z = 1.5;<!--c2--></div><!--ec2-->
This does indeed work, but generates insane amounts of error messages. Which is weird, because I thought it worked properly in the past. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid="
" border="0" alt="modding.gif" />
Does anyone have any idea what's the problem here? <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid="
" border="0" alt="piratesing.gif" />
It appears to me that the game's having trouble handling a ship sailing around without the captain being at sea. Maybe it'd work better if the character ISN'T the pchar.
<b>Edit 2:</b> Trying this on Thomas the Terror in the beginning of the Jack Sparrow quest works worse.
The ship doesn't make sail at all, but I still get all the errors. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid="
" border="0" alt="modding.gif" />
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space
re;overflow:auto'>RUNTIME ERROR - file: Towns\Towntable.c; line: 918
missed attribute: island
RUNTIME ERROR - file: Towns\Towntable.c; line: 918
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 945
missed attribute: island
RUNTIME ERROR - file: Towns\Towntable.c; line: 945
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 950
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 950
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 952
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 952
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 955
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 955
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 918
missed attribute: island
RUNTIME ERROR - file: Towns\Towntable.c; line: 918
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 945
missed attribute: island
RUNTIME ERROR - file: Towns\Towntable.c; line: 945
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 950
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 950
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 952
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 952
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 955
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 955
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 918
missed attribute: island
RUNTIME ERROR - file: Towns\Towntable.c; line: 918
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 945
missed attribute: island
RUNTIME ERROR - file: Towns\Towntable.c; line: 945
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 950
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 950
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 952
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 952
no rAP data
RUNTIME ERROR - file: Towns\Towntable.c; line: 955
missed attribute: group
RUNTIME ERROR - file: Towns\Towntable.c; line: 955
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4163
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
missed attribute: turn
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4168
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
missed attribute: stormprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4237
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
missed attribute: strand
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 3997
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
missed attribute: camera
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4493
no rAP data
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
missed attribute: longrangeshoot
RUNTIME ERROR - file: sea_ai\AICannon.c; line: 134
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
missed attribute: shipspeedup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4048
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4049
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
missed attribute: shipturnrateup
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4159
no rAP data
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
missed attribute: sailingprofessional
RUNTIME ERROR - file: sea_ai\AIShip.c; line: 4160
no rAP data</div>