[Scummvm-tracker] [ScummVM :: Bugs] #14804: SCI: Don't Lose Points for Not Freeing Launcelot in Camelot
ScummVM :: Bugs
trac at scummvm.org
Wed Jan 3 22:06:14 UTC 2024
#14804: SCI: Don't Lose Points for Not Freeing Launcelot in Camelot
-------------------------------------------------+-------------------------
Reporter: ArthurWalden | Owner: sluicebox
Type: defect | Status: closed
Priority: normal | Component: Engine:
| SCI
Version: | Resolution: invalid
Keywords: Camelot, Launcelot, Lancelot, soul | Game: Conquests
points, penalty | of Camelot
-------------------------------------------------+-------------------------
Changes (by sluicebox):
* owner: (none) => sluicebox
* status: new => closed
* resolution: => invalid
Comment:
You lose the points once you take the boat to Gaza.
{{{
(instance gazaVoyage of Script
(properties)
(method (changeState newState)
(switch (= state newState)
(0
(gRmMusic play:)
(ship setMotion: MoveTo 72 43 self)
(if (not (IsFlag 65))
(SetScore 0 2 -50)
)
)
}}}
https://github.com/sluicebox/sci-scripts/blob/main/camelot-
dos-1.001.000/src/Voyage.sc
--
Ticket URL: <https://bugs.scummvm.org/ticket/14804#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list