DIRECTOR: LINGO: Patch Warlock script

This commit is contained in:
djsrv 2020-07-20 15:21:16 -04:00
parent 854300607c
commit 758a90ab32

View File

@ -51,6 +51,11 @@ struct ScriptPatch {
{"warlock", kPlatformMacintosh, "STAMBUL/DRUNK", kMovieScript, 5,
5, "end if", ""},
// Missing '&'
{"warlock", kPlatformMacintosh, "DATA/NAV/A1 Reactor", kMovieScript, 1,
19, "alert \"Failed Save.\" & return & \"Error message number: \" string ( filer )",
"alert \"Failed Save.\" & return & \"Error message number: \" & string ( filer )"},
// Garbage at end of script
{"warlock", kPlatformWindows, "WRLCKSHP/UpForeECall", kScoreScript, 12,
2, "SS Warlock:DATA:WARLOCKSHIP:Up.GCGunner", ""},
@ -63,6 +68,11 @@ struct ScriptPatch {
{"warlock", kPlatformWindows, "STAMBUL/DRUNK", kMovieScript, 5,
5, "end if", ""},
// Missing '&'
{"warlock", kPlatformWindows, "NAV/A1 Reactor", kMovieScript, 0,
23, "alert \"Failed Save.\" & return & \"Error message number: \" string ( filer )",
"alert \"Failed Save.\" & return & \"Error message number: \" & string ( filer )"},
// Unbalanced 'end if' at the end of the script
{"jman", kPlatformWindows, "mmm/TSA RR 06", kScoreScript, 26,