View Single Post
Old 09-01-10, 08:59 AM   #2
Abd_von_Mumit
The Old Man
 
Join Date: Jan 2007
Location: Warszawa, Polska
Posts: 1,453
Downloads: 46
Uploads: 4
Default

Code:
; Anything that follows a semicolon is a comment, i.e. is not executed by the script.
; To learn more about scripts check ./data/Automation/TDW_Automation.SHA

[AS]
Regular economic speed sonar scan	; Script name
[CATEGORY]
Patrol routine scans	; Script category name
[COMMANDS]
Activate_NavMap_Station,0,0,0,0,0,1,0	; Switch to Navigation Map, do it only once during whole script run, then immediately execute next line
Set_Time_Compression,128,0,0,0,0,1,0	; Set TC to x128, do it only once during whole script run, then immediately execute next line
Print_message,0,0,New depth 20 m!,0,0,0,0	; Display the specified message, then immediately execute next line. If TC is low this particular message can show twice in the message box.
Set_new_depth,20,0,0,0,0,0,60	; Go to 20 metres depth, after 60 seconds execute next line
All_stop,0,0,0,0,0,0,120	; Stop all engines, after 120 seconds execute next line
Report_nearest_sound_contact,0,0,0,0,0,0,60	; Report nearest sound contact, after 60 seconds execute next line
Surface,0,0,0,0,0,0,0	; Surface, then immediately execute next line
Ahead_slow,0,0,0,0,0,0,120	; Engines slow ahead bell, after 120 seconds execute next line
Set_new_speed,7.4,0,0,0,0,0,3240 ; Set speed as 7.4 knots (most fuel efficient), after 3240 seconds (54 minutes) execute next line
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, every ~1 hour does a sonar scan at depth of 20 metres, then goes back to surface to economic (fuel efficient) speed of about 7.5 knots.
Intended to use in open waters for searching contacts. Runs until stopped by user.
[DESCRIPTION_END]


[AS]
Regular slow speed sonar scan	; Script name
[CATEGORY]
Patrol routine scans	; Script category name
[COMMANDS]
Activate_NavMap_Station,0,0,0,0,0,1,0	; Switch to Navigation Map, do it only once during whole script run, then immediately execute next line
Set_Time_Compression,128,0,0,0,0,1,0	; Set TC to x128, do it only once during whole script run, then immediately execute next line
Print_message,0,0,New depth 20 m!,0,0,0,0	; Display the specified message, then immediately execute next line. If TC is low this particular message can show twice in the message box.
Set_new_depth,20,0,0,0,0,0,60	; Go to 20 metres depth, after 60 seconds execute next line
All_stop,0,0,0,0,0,0,120	; Stop all engines, after 120 seconds execute next line
Report_nearest_sound_contact,0,0,0,0,0,0,60	; Report nearest sound contact, after 60 seconds execute next line
Surface,0,0,0,0,0,0,0	; Surface, then immediately execute next line
Ahead_slow,0,0,0,0,0,0,3360	; Engines standard ahead bell, after 3360 seconds (56 minutes) execute next line
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, every ~1 hour does a sonar scan at depth of 20 metres, then goes back to surface to slow speed (bell 1).
Intended to use in open waters for searching contacts. Runs until stopped by user.
[DESCRIPTION_END]


[AS]
Regular 1/3 speed sonar scan	; Script name
[CATEGORY]
Patrol routine scans	; Script category name
[COMMANDS]
Activate_NavMap_Station,0,0,0,0,0,1,0	; Switch to Navigation Map, do it only once during whole script run, then immediately execute next line
Set_Time_Compression,128,0,0,0,0,1,0	; Set TC to x128, do it only once during whole script run, then immediately execute next line
Print_message,0,0,New depth 20 m!,0,0,0,0	; Display the specified message, then immediately execute next line. If TC is low this particular message can show twice in the message box.
Set_new_depth,20,0,0,0,0,0,60	; Go to 20 metres depth, after 60 seconds execute next line
All_stop,0,0,0,0,0,0,120	; Stop all engines, after 120 seconds execute next line
Report_nearest_sound_contact,0,0,0,0,0,0,60	; Report nearest sound contact, after 60 seconds execute next line
Surface,0,0,0,0,0,0,0	; Surface, then immediately execute next line
Ahead_one_third,0,0,0,0,0,0,3360	; Engines one third ahead bell, after 3360 seconds (56 minutes) execute next line
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, every ~1 hour does a sonar scan at depth of 20 metres, then goes back to surface to one third speed (bell 2).
Intended to use in open waters for searching contacts. Runs until stopped by user.
[DESCRIPTION_END]

[AS]
Regular standard speed sonar scan	; Script name
[CATEGORY]
Patrol routine scans	; Script category name
[COMMANDS]
Activate_NavMap_Station,0,0,0,0,0,1,0	; Switch to Navigation Map, do it only once during whole script run, then immediately execute next line
Set_Time_Compression,128,0,0,0,0,1,0	; Set TC to x128, do it only once during whole script run, then immediately execute next line
Print_message,0,0,New depth 20 m!,0,0,0,0	; Display the specified message, then immediately execute next line. If TC is low this particular message can show twice in the message box.
Set_new_depth,20,0,0,0,0,0,60	; Go to 20 metres depth, after 60 seconds execute next line
All_stop,0,0,0,0,0,0,120	; Stop all engines, after 120 seconds execute next line
Report_nearest_sound_contact,0,0,0,0,0,0,60	; Report nearest sound contact, after 60 seconds execute next line
Surface,0,0,0,0,0,0,0	; Surface, then immediately execute next line
Ahead_standard,0,0,0,0,0,0,3360	; Engines one third ahead bell, after 3360 seconds (56 minutes) execute next line
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, every ~1 hour does a sonar scan at depth of 20 metres, then goes back to surface to standard speed (bell 3).
Intended to use in open waters for searching contacts. Runs until stopped by user.
[DESCRIPTION_END]


[AS]
Regular full speed sonar scan	; Script name
[CATEGORY]
Patrol routine scans	; Script category name
[COMMANDS]
Activate_NavMap_Station,0,0,0,0,0,1,0	; Switch to Navigation Map, do it only once during whole script run, then immediately execute next line
Set_Time_Compression,128,0,0,0,0,1,0	; Set TC to x128, do it only once during whole script run, then immediately execute next line
Print_message,0,0,New depth 20 m!,0,0,0,0	; Display the specified message, then immediately execute next line. If TC is low this particular message can show twice in the message box.
Set_new_depth,20,0,0,0,0,0,60	; Go to 20 metres depth, after 60 seconds execute next line
All_stop,0,0,0,0,0,0,120	; Stop all engines, after 120 seconds execute next line
Report_nearest_sound_contact,0,0,0,0,0,0,60	; Report nearest sound contact, after 60 seconds execute next line
Surface,0,0,0,0,0,0,0	; Surface, then immediately execute next line
Ahead_full,0,0,0,0,0,0,3360	; Engines one third ahead bell, after 3360 seconds (56 minutes) execute next line
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, every ~1 hour does a sonar scan at depth of 20 metres, then goes back to surface to full speed (bell 4).
Intended to use in open waters for searching contacts. Runs until stopped by user.
[DESCRIPTION_END]


[AS]
Frequent flank speed sonar scan	; Script name
[CATEGORY]
Patrol routine scans	; Script category name
[COMMANDS]
Activate_NavMap_Station,0,0,0,0,0,1,0	; Switch to Navigation Map, do it only once during whole script run, then immediately execute next line
Set_Time_Compression,64,0,0,0,0,1,0	; Set TC to x64, do it only once during whole script run, then immediately execute next line
Print_message,0,0,New depth 20 m!,0,0,0,0	; Display the specified message, then immediately execute next line. If TC is low this particular message can show twice in the message box.
Set_new_depth,20,0,0,0,0,0,50	; Go to 20 metres depth, after 50 seconds execute next line
All_stop,0,0,0,0,0,0,30	; Stop all engines, after 30 seconds execute next line
Set_Time_Compression,1,0,0,0,0,0,0; Set TC to x1, then immediately seconds execute next line
Print_message,0,0,Surface and go ahead flank in 30 seconds!,0,0,0,15	; Display the specified message, after 15 seconds execute next line.
Report_nearest_sound_contact,0,0,0,0,0,0,15	; Report nearest sound contact, after 15 seconds execute next line
Activate_NavMap_Station,0,0,0,0,0,0,0	; Switch to Navigation Map, then immediately execute next line
Set_Time_Compression,64,0,0,0,0,0,0; Set TC to x64, then immediately execute next line
Surface,0,0,0,0,0,0,0	; Surface, then immediately execute next line
Ahead_flank,0,0,0,0,0,0,780	; Engines flank ahead bell, after 13 minutes execute next line. (flank can be changed to slow, one_third, standard, full)
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x64 in NavMap mode, every 15 minutes does a very fast sonar check at depth of 20 metres, gives you a short period of TC x1 to adjust course, then goes back to surface to flank speed and TC x64.
Intended to use for course adjustments when chasing already heard target. Runs until stopped by user. Running speed can by very easily modified to suit your needs.
[DESCRIPTION_END]


[AS]
Single cruise speed sonar scan	; Script name
[CATEGORY]
Patrol routine scans	; Script category name
[COMMANDS]
Print_message,0,0,New depth 20 m!,0,0,0,0	; Display the specified message, then immediately execute next line. If TC is low this particular message can show twice in the message box.
Set_new_depth,20,0,0,0,0,0,60	; Go to 20 metres depth, after 60 seconds execute next line
All_stop,0,0,0,0,0,0,120	; Stop all engines, after 120 seconds execute next line
Report_nearest_sound_contact,0,0,0,0,0,0,60	; Report nearest sound contact, after 60 seconds execute next line
Surface,0,0,0,0,0,0,0	; Surface, then immediately execute next line
Ahead_slow,0,0,0,0,0,0,120	; Engines slow ahead bell, after 120 seconds execute next line
Set_new_speed,7.4,0,0,0,0,0,0 ; Set speed as 7.4 knots (most fuel efficient)
[COMMANDS_END]	; End of the script
[DESCRIPTION]
Does a sonar scan at depth of 20 metres, then goes back to surface to fuel efficient speed.
Runs once then stops, doesn't change TC or station, can be run in first person view.
[DESCRIPTION_END]



[AS]
Regular 3'15" (x1) range checks	; Script name
[CATEGORY]
Patrol routine plotting	; Script category name
[COMMANDS]
Set_Time_Compression,1,0,0,0,0,0,0	; Set TC to x1, then immediately execute next line.
Activate_NavMap_Station,0,0,0,0,0,0,0	; Switch to Navigation Map, then immediately execute next line.
Print_message,0,0,New measurement in 15 seconds!,0,0,0,5	; Display the specified message, after 5 seconds execute next line.
Print_message,0,0,New measurement in 10 seconds!,0,0,0,4	; Display the specified message, after 4 seconds execute next line.
Print_message,0,0,Get ready!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Five!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Four!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Three!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Two!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,One!,0,0,0,1	; Display the specified message, after 1 second  execute next line.
Report_nearest_visual_contact,0,0,0,0,0,0,45 ; Order WO to report range and bearing to nearest visual contact, after 45 seconds execute next line.
Print_message,0,0,15 more seconds to finish plotting!,0,0,0,15	; Display the specified message, after 15 seconds execute next line.
Set_Time_Compression,64,0,0,0,0,0,118	; Set TC to x64, after 2 minutes execute next line (with -2 s adjustment to compensate for game/script clock issues).
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x64 in NavMap mode, and every 3 minutes 15 seconds lets you do your plotting on NavMap (doesn't do it for you).
Only useful for so called 3'15" (3 minutes 15 seconds) method of determining target's accurate course and speed (for details check: http://www.paulwasserman.net/SHIII/).
Runs until stopped by user.
[DESCRIPTION_END]



[AS]
Regular 6'30" (x2) range checks	; Script name
[CATEGORY]
Patrol routine plotting	; Script category name
[COMMANDS]
Set_Time_Compression,1,0,0,0,0,0,0	; Set TC to x1, then immediately execute next line.
Activate_NavMap_Station,0,0,0,0,0,0,0	; Switch to Navigation Map, then immediately execute next line.
Print_message,0,0,New measurement in 15 seconds!,0,0,0,5	; Display the specified message, after 5 seconds execute next line.
Print_message,0,0,New measurement in 10 seconds!,0,0,0,4	; Display the specified message, after 4 seconds execute next line.
Print_message,0,0,Get ready!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Five!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Four!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Three!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Two!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,One!,0,0,0,1	; Display the specified message, after 1 second  execute next line.
Report_nearest_visual_contact,0,0,0,0,0,0,45 ; Order WO to report range and bearing to nearest visual contact, after 45 seconds execute next line.
Print_message,0,0,15 more seconds to finish plotting!,0,0,0,15	; Display the specified message, after 15 seconds execute next line.
Set_Time_Compression,128,0,0,0,0,0,310	; Set TC to x128, after 5 minutes 15 seconds execute next line (with -5 s adjustment to compensate for game/script clock issues).
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, and every 6 minutes 30 seconds lets you do your plotting on NavMap (doesn't do it for you).
Only useful for so called 3'15" (3 minutes 15 seconds) method of determining target's accurate course and speed (for details check: http://www.paulwasserman.net/SHIII/).
Runs until stopped by user.
[DESCRIPTION_END]



[AS]
Regular 13' (x4) range checks	; Script name
[CATEGORY]
Patrol routine plotting	; Script category name
[COMMANDS]
Set_Time_Compression,1,0,0,0,0,0,0	; Set TC to x1, then immediately execute next line.
Activate_NavMap_Station,0,0,0,0,0,0,0	; Switch to Navigation Map, then immediately execute next line.
Print_message,0,0,New measurement in 15 seconds!,0,0,0,5	; Display the specified message, after 5 seconds execute next line.
Print_message,0,0,New measurement in 10 seconds!,0,0,0,4	; Display the specified message, after 4 seconds execute next line.
Print_message,0,0,Get ready!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Five!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Four!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Three!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Two!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,One!,0,0,0,1	; Display the specified message, after 1 second  execute next line.
Report_nearest_visual_contact,0,0,0,0,0,0,45 ; Order WO to report range and bearing to nearest visual contact, after 45 seconds execute next line.
Print_message,0,0,15 more seconds to finish plotting!,0,0,0,15	; Display the specified message, after 15 seconds execute next line.
Set_Time_Compression,128,0,0,0,0,0,695	; Set TC to x128, after 11 minutes 45 seconds execute next line (with -10 s adjustment to compensate for game/script clock issues).
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, and every 13 minutes lets you do your plotting on NavMap (doesn't do it for you).
Only useful for so called 3'15" (3 minutes 15 seconds) method of determining target's accurate course and speed (for details check: http://www.paulwasserman.net/SHIII/).
Runs until stopped by user.
[DESCRIPTION_END]



[AS]
Regular 32'30" (x10) range checks	; Script name
[CATEGORY]
Patrol routine plotting	; Script category name
[COMMANDS]
Set_Time_Compression,1,0,0,0,0,0,0	; Set TC to x1, then immediately execute next line.
Activate_NavMap_Station,0,0,0,0,0,0,0	; Switch to Navigation Map, then immediately execute next line.
Print_message,0,0,New measurement in 15 seconds!,0,0,0,5	; Display the specified message, after 5 seconds execute next line.
Print_message,0,0,New measurement in 10 seconds!,0,0,0,4	; Display the specified message, after 4 seconds execute next line.
Print_message,0,0,Get ready!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Five!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Four!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Three!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,Two!,0,0,0,1	; Display the specified message, after 1 second execute next line.
Print_message,0,0,One!,0,0,0,1	; Display the specified message, after 1 second  execute next line.
Report_nearest_visual_contact,0,0,0,0,0,0,45 ; Order WO to report range and bearing to nearest visual contact, after 45 seconds execute next line.
Print_message,0,0,15 more seconds to finish plotting!,0,0,0,15	; Display the specified message, after 15 seconds execute next line.
Set_Time_Compression,128,0,0,0,0,0,1850	; Set TC to x128, after 31 minutes 15 seconds execute next line (with -25 s adjustment to compensate for game/script clock issues).
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]
[DESCRIPTION]
Runs at TC x128 in NavMap mode, and every 32 minutes 30 seconds lets you do your plotting on NavMap (doesn't do it for you).
Only useful for so called 3'15" (3 minutes 15 seconds) method of determining target's accurate course and speed (for details check: http://www.paulwasserman.net/SHIII/).
Runs until stopped by user.
[DESCRIPTION_END]



[AS]
Reminder: Report to BdU	; Script name
[CATEGORY]
Patrol routine reminders	; Script category name
[COMMANDS]
Wait,0,0,0,0,0,0,86400	; Wait 24 hours, then execute the next line. 
Set_Time_Compression,1,0,0,0,0,0,0	; Set TC to x1, then immediately execute next line
Print_message,0,0,Time to send situation report to BdU Herr Kaleun!,0,0,0,86400	; Display the specified message, then wait 24 hours and execute next line. 
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]	; End of the script
[DESCRIPTION]
Every 24 hours reminds to send a situational report to BdU, drops TC to x1. Activate at the time you want to send your reports at.
Runs until stopped by user.
[DESCRIPTION_END]


[AS]
Reminder: Special Meal	; Script name
[CATEGORY]
Patrol routine reminders	; Script category name
[COMMANDS]
Wait,0,0,0,0,0,0,9000	; Wait 2.5 hours, then execute the next line. 
Set_Time_Compression,1,0,0,0,0,0,0	; Set TC to x1, then immediately execute next line
Print_message,0,0,Olaf caught some fresh fish to cook Herr Kaleun!,0,0,0,9000	; Display the specified message, then wait 2.5 hours and execute next line. 
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]	; End of the script
[DESCRIPTION]
Every 2 and a half hours reminds that a Special Meal from the Cook is available, drops TC to x1. Activate when you order your Special Meal for the first time.
Runs until stopped by user.
[DESCRIPTION_END]


[AS]
Reminder: News from Vaterland	; Script name
[CATEGORY]
Patrol routine reminders	; Script category name
[COMMANDS]
Wait,0,0,0,0,0,0,88200	; Wait 24.5 hours, then execute the next line. 
Set_Time_Compression,1,0,0,0,0,0,0	; Set TC to x1, then immediately execute next line
Print_message,0,0,Let's ask Wolfi for some radio news from Vaterland Herr Kaleun!,0,0,0,88200	; Display the specified message, then wait 24.5 hours and execute next line. 
Loop,-1,0,0,0,0,0,0	; Loop the script, i.e. go again to execute first line. Do it indefinitely ("-1 times").
[COMMANDS_END]	; End of the script
[DESCRIPTION]
Every 24 and half hours reminds to order Radio News from Germany from the Radioman, drops TC to x1. Activate when you order your Fresh News for the first time.
Runs until stopped by user.
[DESCRIPTION_END]


[AS]
Bernaaard!!!	; Script name
[CATEGORY]
Patrol routine specials	; Script category name
[COMMANDS]
Wait,0,0,0,0,0,0,61920
Surface,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
All_stop,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Set_new_course,249,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Rise_whole_periscope,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Get_depth_under_sub_keel,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Disable_silent_running,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Set_new_course,71,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Ahead_slow,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Print_message,0,0,He's sleeping... Let's paint his face.,0,0,0,61920
Ahead_flank,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Periscope_depth,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Back_full,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Set_guns,2,1,0,1,4,0,0
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Rise_whole_obs_periscope,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
All_stop,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Set_new_depth_relative,30,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Knuckle_port,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Set_new_course,180,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Surface,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Disable_silent_running,0,0,0,0,0,0,180
Print_message,0,0,Bernaaard!!!,0,0,0,61920
Loop,-1,0,0,0,0,0,0
[COMMANDS_END]	; End of the script
[DESCRIPTION]
Let Bernard on your boat.
Lives until you keelhaul him or he kills you and your crew.
Use at your own risk.
[DESCRIPTION_END]
__________________
Long, hard, wet and full of seamen. My precious.
SH3+GWX+OLC — sunk x4, retired x2; SH5+TDW — still exploring
My SH5 mods: EQuaTool - Elite Quality Map Tools, Patrol Routine Scripts, No Logo Intro Menu_Animation, Less Annoying Stopwatch
Links: SH5 mods I use, FileFront, Manual plotting how-to

Last edited by Abd_von_Mumit; 09-04-10 at 11:16 AM.
Abd_von_Mumit is offline   Reply With Quote