[Scummvm-tracker] [ScummVM :: Bugs] #14807: TWINE: TV screen in Principal Island house plays a second wrong video
ScummVM :: Bugs
trac at scummvm.org
Sat Jan 6 10:11:26 UTC 2024
#14807: TWINE: TV screen in Principal Island house plays a second wrong video
-----------------------+-----------------------------------
Reporter: antoniou79 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: TwinE
Version: | Resolution:
Keywords: | Game: Little Big Adventure
-----------------------+-----------------------------------
Comment (by mgerhardy):
I'm not sure if this is really what was wanted here - but it's part of the
life scripts
{{{
LIFE::BEGIN(0)
LIFE::EXEC(SWIF, 0)
LIFE::SWIF(zone(3 == 2), 12)
LIFE::EXEC(SWIF, 0)
LIFE::SWIF(action(1 == 1))
LIFE::EXEC(IF, 0)
LIFE::IF(distance(1, 3455 < 1250), 102)
LIFE::EXEC(IF, 0)
LIFE::IF(zone(3 == 3))
LIFE::EXEC(PLAY_FLA, 0)
LIFE::PLAY_FLA(introd.fla)
Play fla: introd.fla
twine custom event type end: 34
LIFE::EXEC(SET_FLAG_CUBE, 0)
LIFE::SET_FLAG_CUBE(0, 1)
LIFE::EXEC(IF, 0)
LIFE::IF(flag_game(203, 1 == 1)) <--- here is checked whether that video
was already shown (GAMEFLAG_VIDEO_BATEAU)
LIFE::EXEC(PLAY_FLA, 0)
LIFE::PLAY_FLA(bateau.fla)
Play fla: bateau.fla
LIFE::EXEC(IF, 0)
LIFE::IF(flag_game(209, 0 == 1), 162)
}}}
---
I did activate the Scripts debug channel with
{{{
debugflag_enable Scripts
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/14807#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list