function enter_leslie_interro_estab_room() DisplayQuestionList( Leslie ) end AddEvent( nil, true, nil, InterroLeslieEstab, nil, "enter_leslie_interro_estab_room") ---------------------------------------------------------------------------------- --_TB_Q139 : What is your relationship with Corry Muzzoti? --31.1000 function leslie_interro_TB_Q139_cond () return IsQuestionAsked ( WarrantSuspects, QIDInterroLeslie ) end function leslie_interro_TB_Q139 () --31.1100 ChangeRoom ( InterroLeslie3 ) PlayDialog ( Leslie, "M1_LESLIE_300" ) --31.1200 PlayDialog ( Katy, "M1_CAT_301" ) --31.1300 EndDisplayQuestionList ( Leslie ) ChangeRoom ( InterroLeslieEstab ) PlayDialog ( Leslie, "M1_LESLIE_302" ) UpdateCaseFile ( Leslie, INFORMATION, "_TB_E2309" ) end AddQuestion ( Leslie, false, nil, "_TB_Q139", nil, "leslie_interro_TB_Q139_cond", "leslie_interro_TB_Q139" ) ------------------------------------------------------------------------------------------- -- folosit la intrebarea urmatoare function show_leslie_envelope_with_cash_cond() return EvidenceEnablesQuestion () end function show_leslie_envelope_with_cash() PlayDialog ( Leslie, "M1_LESLIE_2066" ) ChangeRoom ( InterroLeslieEstab ) end AddEvent ( EVShowLeslieEnvelopeWithCash, false, EIVegasMotoEnvelope, Leslie, "show_leslie_envelope_with_cash_cond", "show_leslie_envelope_with_cash" ) ------------------------------------------------------------------------------------------- --_TB_Q140 : What is the cash in the envelope for? --31.1400 function leslie_interro_TB_Q140_cond () return IsQuestionAsked ( Leslie, "_TB_Q139" ) and IsEventDone ( EVTakenEnvelope1 ) and ( IsEventDone ( EVShowLeslieEnvelopeWithCash ) or not EvidenceEnablesQuestion () ) and HasEvidence ( EIVegasMotoEnvelope ) end --31.1450 function leslie_interro_TB_Q140 () PlayDialog ( Leslie, "M1_LESLIE_304" ) end AddQuestion ( Leslie, false, nil, "_TB_Q140", nil, "leslie_interro_TB_Q140_cond", "leslie_interro_TB_Q140" ) ------------------------------------------------------------------------------------------ -- folosit la intrebarea urmatoare function show_leslie_envelope_print_cond () return EvidenceEnablesQuestion () end function show_leslie_envelope_print () PlayDialog ( Leslie, "M1_LESLIE_2066" ) ChangeRoom ( InterroLeslieEstab ) end AddEvent ( EVShowLeslieEnvelopePrint, false, ETEnvelopeFingerprint, Leslie, "show_leslie_envelope_print_cond", "show_leslie_envelope_print" ) ------------------------------------------------------------------------------------------ --_TB_Q141 : Why did Corry Muzzoti give you that money? --31.2000 function leslie_interro_TB_Q141_cond () return IsQuestionAsked ( Leslie, "_TB_Q140" ) and ( IsEventDone ( EVShowLeslieEnvelopePrint ) or not EvidenceEnablesQuestion () ) and HasEvidence ( ETEnvelopeFingerprint ) and ( IsEventDone( EVLabComparePrints4 ) and (IsEventDone( EVLabEnvelopePrints ) or IsEventDone( EVLabCounterPrint ))) end --31.2100 function leslie_interro_TB_Q141 () PlayDialog ( Leslie, "M1_LESLIE_303" ) UpdateCaseFile ( Leslie, INFORMATION, "_TB_E2311" ) end AddQuestion ( Leslie, false, nil, "_TB_Q141", nil, "leslie_interro_TB_Q141_cond", "leslie_interro_TB_Q141" ) ----------------------------------------------------------------------------------------- -- folosit la intrebarea urmatoare function show_leslie_stuntman_receipts_cond () return EvidenceEnablesQuestion () end function show_leslie_stuntman_receipts () PlayDialog ( Leslie, "M1_LESLIE_2066" ) ChangeRoom ( InterroLeslieEstab ) end AddEvent ( EVShowLeslieStuntmanReceipts, false, EDReceipts, Leslie, "show_leslie_stuntman_receipts_cond", "show_leslie_stuntman_receipts" ) ----------------------------------------------------------------------------------------- --_TB_Q142 : Why were you giving Ace free service? --31.2200 function leslie_interro_TB_Q142_cond () return ( IsEventDone ( EVShowLeslieStuntmanReceipts ) or not EvidenceEnablesQuestion () ) and HasEvidence ( EDReceipts ) and IsQuestionAsked ( Leslie, "_TB_Q139" ) end --31.2300 function leslie_interro_TB_Q142 () PlayDialog ( Leslie, "M1_LESLIE_305" ) UpdateCaseFile ( Leslie, SUSPECT_VICTIM, "_TB_E2310", 200 ) end AddQuestion ( Leslie, false, nil, "_TB_Q142", nil, "leslie_interro_TB_Q142_cond", "leslie_interro_TB_Q142" ) ---------------------------------------------------------------------------------------- --_TB_Q143 : Can we take your fingerprints? --31.2400 function leslie_interro_TB_Q143_cond () return ( IsEventDone ( EVTakeKomawaTool1 ) or IsEventDone ( EVTakeKomawaTool2 ) or IsEventDone ( EVTakeKomawaTool3 ))and IsQuestionAsked ( Leslie, "_TB_Q139" ) end --31.2500 function leslie_interro_TB_Q143 () PlayDialog ( Leslie, "M1_LESLIE_306" ) AddEvidence ( ETLeslieFingerprint ) AddEvidenceDescriptionText ( ETLeslieFingerprint, "_TB_E731" ) end AddQuestion ( Leslie, false, nil, "_TB_Q143", nil, "leslie_interro_TB_Q143_cond", "leslie_interro_TB_Q143" ) ----------------------------------------------------------------------------------------- -- folosit la intrebarea urmatoare function show_leslie_komawa_tool_cond () return EvidenceEnablesQuestion () end function show_leslie_komawa_tool () PlayDialog ( Leslie, "M1_LESLIE_2066" ) ChangeRoom ( InterroLeslieEstab ) end AddEvent( EVShowLeslieKomawaTool, false, EIVegasMotoKomawa, Leslie, "show_leslie_komawa_tool_cond", "show_leslie_komawa_tool" ) ----------------------------------------------------------------------------------------- --_TB_Q144 : Did you sabotage the bike with the Komawa tool? --31.2800 function leslie_interro_TB_Q144_cond () return IsQuestionAsked ( Leslie, "_TB_Q141" ) and IsQuestionAsked ( Leslie, "_TB_Q142" ) and IsEventDone ( EVCompareMecanicToolPrints ) and ( IsEventDone ( EVShowLeslieKomawaTool ) or not EvidenceEnablesQuestion () ) and HasEvidence ( EIVegasMotoKomawa ) -- and IsEventDone ( EVKomawaFinal ) ------------------------------------------------------------------------ -- ar mai trebui in conditie si: !!! and IsEventDone ( EVKomawaFinal ), dar nu-l pun pt. ca nu e indeplinita... ------------------------------------------------------------------------ end function leslie_interro_TB_Q144 () PlayDialog ( Leslie, "M1_LESLIE_307" ) --31.2900 PlayDialog ( Katy, "M1_CAT_308" ) --31.3000 PlayDialog ( Leslie, "M1_LESLIE_309" ) --31.3001 ChangeRoom ( InterroLeslie3 ) --31.3040 PlayDialog ( Leslie, "M1_LESLIE_2052" ) --31.3045 ChangeRoom ( InterroLeslie2 ) --31.3050 PlayDialog ( Leslie, "M1_LESLIE_2053" ) --31.3055 ChangeRoom ( InterroLeslieEstab ) EndDisplayQuestionList () --31.3100 PlayDialog ( Katy, "M1_CAT_394" ) --31.3110 PlayDialog ( Leslie, "M1_LESLIE_395" ) --31.3115 PlayDialog ( Katy, "M1_CAT_2115" ) --31.3117 PlayDialog ( Leslie, "M1_LESLIE_2116" ) PlayReenactment( "Art\\Reenactments\\Movie\\rnct_sabotage01a.xmv", "Art\\Reenactments\\Pictures\\rnct_sabotage01a.tga", "_TB_Z928", nil, "M1_LESLIE_310" ) PlayDialog ( Leslie, "M1_LESLIE_396" ) --31.3300 PlayDialog ( Katy, "M1_CAT_311" ) --31.3400 PlayDialog ( Leslie, "M1_LESLIE_312" ) --31.3450 ChangeRoom ( InterroCSI1 ) --31.3500 UpdateCaseFile ( Corry, SUSPECT_VICTIM, "_TB_E4234", 350 ) UpdateCaseFile ( Leslie, SUSPECT_VICTIM, "_TB_E2975", 200 ) UpdateCaseFile ( Ace, INFORMATION, "_TB_E4630" ) UpdateCaseFile ( Leslie, INFORMATION, "_TB_E2974" ) UpdateCaseFile ( Leslie, SUSPECT_CRIMSCENE, "_TB_E2976", 100 ) PlayDialog ( Katy, "M1_CAT_313" ) ChangeRoom ( InterroLeslieEstab ) end AddQuestion ( Leslie, false, nil, "_TB_Q144", nil, "leslie_interro_TB_Q144_cond", "leslie_interro_TB_Q144" )