-- 11 function fadein_parlor() if not IsEventDone(EVEnterPsychic) then PlayIntroMovie("Art\\Movie\\Flyin\\intro_psychic01a.xmv") end ChangeRoom( ParlorEstab ) FadeIn() if not IsEventDone(EVEnterPsychic) then PlayDialog(Stella, "M3_LAZORA_2195") PlayDialog(Sara, "M3_SARA_2196") PlayDialog(Stella, "M3_LAZORA_2197") SetActive(HParlorFiber, false) SetActive(HParlorLighterFluid, false) SetActive(HParlorCrystalBall, false) SetCharacterPicture (Stella, "Art\\Reenactments\\Pictures\\madame_lazora.tga") end end AddEvent( EVEnterPsychic, true, nil, PsychicParlor, nil, "fadein_parlor" ) -- 11.4 function lazora_question() -- DisplayQuestionList(Stella) if not DisplayQuestionList(Stella) then PlayDialog(Stella, "M3_LAZORA_2408") end end AddEvent( nil, true, nil, ParlorStella1, nil, "lazora_question" ) AddEvent( nil, true, nil, HParlorStella1, nil, "lazora_question" ) IncludeFile( "Script\\Gamelogic\\StellaQuestions.lua" ) -- 11.93 function lazora_lighter_fluid() SetActive(HLighterFluidCloseup, false) PlayDialog(nil, "M3_SARA_2224") SetActive(HParlorLighterFluid, false) -- if IsEventDone( lichid pe bata) -- PlayDialog(nil, "M3_SARA_2225") -- end end AddEvent( EVSawLighterFluid, false, nil, ParlorLighterFluid, nil, "lazora_lighter_fluid" ) -- 11.933 function lazora_table() PlayDialog(nil, "M3_SARA_2226") SetActive(HParlorCrystalBall, false) end AddEvent( nil, false, nil, ParlorCrystalBall, nil, "lazora_table" ) -- 11.95 function lazora_carpet() PlayDialog(nil, "M3_SARA_2227") end AddEvent( nil, false, nil, ParlorFiberCloseup, nil, "lazora_carpet" ) -- 11.96 function lazora_pick_fiber() SetActive(HParlorFiberCloseup, false) SetActive(HParlorFiber, false) AddEvidence(ETPsychicParlorCarpetFiber) AddEvidenceDescriptionText(ETPsychicParlorCarpetFiber, "_TB_E3529") end AddEvent( nil, false, tweezers, HParlorFiberCloseup, nil, "lazora_pick_fiber" )