-- pentru a-mi display-a intrebarile lui Regis cand sunt in camera de interogatoriu function enter_regis_interro_estab_room() DisplayQuestionList( Regis ) end AddEvent( nil, true, nil, InterroRegisEstab, nil, "enter_regis_interro_estab_room") function click_on_regis_interro() if not DisplayQuestionList( Regis ) then PlayDialog ( Regis, "M4_CLAYTON_1980") end end AddEvent( nil, true, nil, HotRegis, nil, "click_on_regis_interro") --------------------------------------------------------------------------------------- function show_brown_shoes_Regis_cond () return EvidenceEnablesQuestion () end function show_brown_shoes_Regis () ChangeRoom ( InterroRegisEstab ) end AddEvent ( EVShowBrownShoesRegis, false, EILoafers, HotRegis, "show_brown_shoes_Regis_cond", "show_brown_shoes_Regis" ) ------------------------------------- --39.1005 --TB_Q903 : Why did you lie about being in the upper balcony? function interro_regis_TB_Q903_cond () return IsQuestionAsked ( WarrantSuspects, "_TB_Q902" ) and ( IsEventDone ( EVShowBrownShoesRegis ) or not EvidenceEnablesQuestion () ) and HasEvidence ( EILoafers ) end function interro_regis_TB_Q903 () PlayDialog ( Regis, "M4_CLAYTON_1966" ) PlayDialog ( Nick, "M4_NICK_1967" ) ChangeRoom ( InterroRegis3 ) PlayDialog ( Regis, "M4_CLAYTON_1968" ) PlayDialog ( nil, "M4_NICK_1969" ) EndDisplayQuestionList ( Regis ) ChangeRoom ( InterroRegisEstab ) end AddQuestion ( Regis, false, nil, "_TB_Q903", nil, "interro_regis_TB_Q903_cond", "interro_regis_TB_Q903" ) --------------------------------------------------------------------------------------- --39.1050 --TB_Q904 : Can we take your fingerprints? function interro_regis_TB_Q904_cond () return IsQuestionAsked ( Regis, "_TB_Q903" ) end function interro_regis_TB_Q904 () PlayDialog ( Regis, "M4_CLAYTON_1970" ) PlayDialog ( Nick, "M4_NICK_1971" ) AddEvidence ( ETFingerprintClayton ) AddEvidenceDescriptionText ( ETFingerprintClayton, "_TB_E2739" ) end AddQuestion ( Regis, false, nil, "_TB_Q904", nil, "interro_regis_TB_Q904_cond", "interro_regis_TB_Q904" ) --------------------------------------------------------------------------------------- --42.2010 --TB_Q905 : Would you like to give us your confession now? function interro_regis_TB_Q905_cond () return IsEventDone ( EVMatchClaytonLetterPrints ) or IsEventDone ( EVMatchClaytonPropPrints ) end function interro_regis_TB_Q905 () ChangeRoom ( InterroRegis1 ) PlayDialog ( Regis, "M4_CLAYTON_1973" ) PlayDialog ( nil, "M4_NICK_1974" ) PlayReenactment( "Art\\Reenactments\\Movie\\rnct_claytonmurders01a.xmv", "Art\\Reenactments\\Pictures\\rnct_claytonmurders01a.tga", "_TB_Z2210", nil, "M4_NICK_1975" ) PlayDialog ( nil, "M4_NICK_1976" ) ChangeRoom ( InterroRegis1 ) PlayDialog ( Regis, "M4_CLAYTON_1977" ) -- este playat un sunet aici... nu stiu cum PlayDialog ( nil, "M4_NICK_1978" ) ChangeLocation ( GrissomOffice ) ChangeRoom ( GrissomDefaultRoom ) FadeIn () EndDisplayQuestionList () PlayDialog ( Grissom, "M4_GRISSOM_2707" ) EndGame () end AddQuestion ( Regis, false, nil, "_TB_Q905", nil, "interro_regis_TB_Q905_cond", "interro_regis_TB_Q905" ) ---------------------------------------------------------------------------------------