[Scummvm-tracker] [ScummVM] #10832: QFG4: Castle rooms silence all doors when one is oiled

Vhati trac at scummvm.org
Sat Dec 8 21:55:32 CET 2018


#10832: QFG4: Castle rooms silence all doors when one is oiled
--------------------------------+----------------------------
  Reporter:  Vhati              |      Owner:  (none)
      Type:  defect             |     Status:  new
  Priority:  low                |  Component:  Engine: SCI
Resolution:                     |   Keywords:  SCI32 original
      Game:  Quest for Glory 4  |
--------------------------------+----------------------------

Comment (by Vhati):

 script 640 - sPickLock::changeState(1)
 {{{
 (cond
         ((proc0_4 221) (self cue:))
         ((proc0_4 220) (self cue:))
         ((proc0_4 219) (self cue:))
         (else
                 (squeakSound play:)
                 (g91_gloryMessager say: 1 4 3 1 0 640)
                 (self cue:)
         )
 )
 }}}
 \\
 \\
 script 642 - sPickLock::changeState(1)
 {{{
 (cond
         ((proc0_4 216) (self cue:))
         ((proc0_4 217) (self cue:))
         ((proc0_4 218) (self cue:))
         (else
                 (squeakSound play:)
                 (g91_gloryMessager say: 1 4 3 1 0 640)
                 (self cue:)
         )
 )
 }}}
 \\
 \\
 script 644 - sPickLock::changeState(1)
 {{{
 (cond
         ((proc0_4 210) (self cue:))
         ((proc0_4 211) (self cue:))
         (else
                 (squeakSound play:)
                 (g91_gloryMessager say: 1 4 3 1 0 640)
                 (self cue:)
         )
 )
 }}}
 \\
 \\
 script 661 - sPickLock::changeState(1)
 {{{
 (cond
         ((proc0_4 224) (self cue:))
         ((proc0_4 118) (self cue:))
         (else
                 (squeakSound play:)
                 (g91_gloryMessager say: 1 4 3 1 0 640)
                 (self cue:)
         )
 )
 }}}
 \\
 \\
 script 634 (for room 631) - sPickLock::changeState(1)
 {{{
 (cond
         ((and (== g11_myCurrentRoomNum 631) (proc0_4 209)) (self cue:))
         ((and (== g11_myCurrentRoomNum 631) (proc0_4 210)) (self cue:))
         (else
                 (squeakSound play:)
                 (g91_gloryMessager say: 1 4 3 1 0 640)
                 (self cue:)
         )
 )
 }}}

--
Ticket URL: <https://bugs.scummvm.org/ticket/10832#comment:1>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list