Opened 14 years ago
Closed 13 years ago
#5522 closed defect (wontfix)
AGI FAN Bob the Farmboy: Endless loop in outhouse
Reported by: | raziel- | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Engine: AGI |
Version: | Keywords: | script | |
Cc: | Game: | AGI Fanmade |
Description
ScummVM 1.3.0svn54392 (Nov 20 2010 09:08:50) Features compiled in: Vorbis FLAC MP3 RGB zLib Theora
Going to the outhouse and doing one of the things the "look" command suggests, leads to an endless loop with the interpreter telling "You're not close enough"
Bob The Farmboy (DOS/English)
AmigaOS4 - PPC - SDL - BE gcc (GCC) 4.2.4 (adtools build 20090118)
Ticket imported from: #3113731. Ticket imported from: bugs/5522.
Attachments (1)
Change History (6)
by , 14 years ago
Attachment: | agi-fanmade-3.001 added |
---|
comment:1 by , 14 years ago
Replicated on Linux x86_32 with: ScummVM 1.3.0git3509-g87d7044-dirty (Mar 1 2011 10:54:23) Features compiled in: Vorbis FLAC MP3 ALSA SEQ TiMidity RGB zLib FluidSynth Theora
Replicated from attached savegame and clean start.
comment:4 by , 13 years ago
Owner: | set to |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:5 by , 13 years ago
This is a script bug with script 9: when you perform the action that the look command suggests, variable 210 is set to 2, but the check for it is incorrect and it is evaluates to true on every iteration of the script, thus the message "You're not close enough" keeps popping up over and over. There's not much that can be done about this one, it's a design flaw of the game, and since this is a fanmade game, the game's author should fix that. Closing as "won't fix".
"look" for further instructions :-)