[Scummvm-tracker] [ScummVM :: Bugs] #13331: DIRECTOR: Safecracker 1997 (Director 5) loading issue
ScummVM :: Bugs
trac at scummvm.org
Sat May 13 16:28:33 UTC 2023
#13331: DIRECTOR: Safecracker 1997 (Director 5) loading issue
--------------------+-------------------------------
Reporter: mystrw1 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: Director
Version: | Resolution:
Keywords: | Game:
--------------------+-------------------------------
Comment (by sev-):
That did not help much. The following Lingo has xtra(num) function
missing:
{{{
set fileioXtra to 0
repeat with counter = 1 to the number of xtras
if the name of xtra(counter) = "fileio" then
set fileioXtra to 1
exit repeat
end if
end repeat
if fileioXtra = 0 then
alert("Couldn't find the needed Xtras. Try to Re-install
Safecracker.")
quit()
end if
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/13331#comment:13>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list