[Scummvm-tracker] [ScummVM :: Bugs] #15379: ADL: HIRES5: Game unsolvable after loading savegame. Save state not properly restored?
ScummVM :: Bugs
trac at scummvm.org
Sun Sep 22 10:48:39 UTC 2024
#15379: ADL: HIRES5: Game unsolvable after loading savegame. Save state not
properly restored?
-------------------------+---------------------------------------------
Reporter: eriktorbjorn | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: ADL
Version: | Resolution:
Keywords: | Game: Hi-Res Adventure #5: Time Zone
-------------------------+---------------------------------------------
Comment (by eriktorbjorn):
This appears to be the code that determines if you can use the bow at the
back office:
{{{
IF
ROOM == 32
&& SAID(55/USE , 17/BOW )
&& VARS[4] == 1
&& GET_CURPIC() == 41
THEN
SET_PIC(42)
PRINT(10/YOU SHOOT THE ARROW AND IT PIERCES THE BAG OF MONEY.)
END
}}}
In which case it really does depend on the room picture to determine if
the money is there. (Maybe because it's not an object in the sense that
you can pick it up?)
--
Ticket URL: <https://bugs.scummvm.org/ticket/15379#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list