-- 29.1005 -- _TB_Q49=Is this the Thomas residence? function rebecca_question_49() PlayDialog( Rebecca, "M2_REBECCA_129" ) ChangeRoom( CondoWarrickCU2 ) PlayDialog( Warrick, "M2_WARRICK_130" ) ChangeRoom( CondoRebecca ) EndDisplayQuestionList( Rebecca ) PlayDialog( Rebecca, "M2_REBECCA_131" ) ChangeRoom( CondoWarrickCU2 ) PlayDialog( Warrick, "M2_WARRICK_368" ) ChangeRoom( CondoRebecca) EndDisplayQuestionList( Rebecca ) SetBackRoom( CondoRebecca, CondoEstab ) PlayDialog( Rebecca, "M2_REBECCA_369" ) AddSuspect( Rebecca, "Clair Thomas", "Art\\Reenactments\\Pictures\\Rebecca Thomas.tga" ) end AddQuestion ( Rebecca, false, nil, "_TB_Q49", nil, nil, "rebecca_question_49" ) -- 29.1300 -- _TB_Q50=How did your father die? function rebecca_question_50_cond() return IsQuestionAsked( Rebecca, "_TB_Q49" ) end function rebecca_question_50() PlayDialog( Rebecca, "M2_REBECCA_132" ) PlayDialog( Rebecca, "M2_REBECCA_2675" ) ChangeRoom( CondoWarrickCU2 ) PlayDialog( Warrick, "M2_WARRICK_133" ) ChangeRoom( CondoRebecca ) EndDisplayQuestionList( Rebecca ) SetBackRoom( CondoRebecca, CondoEstab ) UpdateCaseFile ( Rebecca, INFORMATION, "_TB_E3551" ) end AddQuestion ( Rebecca, false, nil, "_TB_Q50", nil, "rebecca_question_50_cond", "rebecca_question_50" ) -- 29.2300 -- _TB_Q51=Are you staying here? function rebecca_question_51_cond() return IsQuestionAsked( Rebecca, "_TB_Q49" ) end function rebecca_question_51() PlayDialog( Rebecca, "M2_REBECCA_135" ) UpdateCaseFile ( Rebecca, INFORMATION, "_TB_E3552" ) end AddQuestion ( Rebecca, false, nil, "_TB_Q51", nil, "rebecca_question_51_cond", "rebecca_question_51" ) -- 29.3100 -- _TB_Q52=Can we look around inside? function rebecca_question_52_cond() return IsQuestionAsked( Rebecca, "_TB_Q51" ) and IsQuestionAsked( Rebecca, "_TB_Q50" ) and not IsQuestionAsked( WarrantLocations, QIDCondo1 ) end function rebecca_question_52() PlayDialog( Rebecca, "M2_REBECCA_136" ) end AddQuestion ( Rebecca, false, nil, "_TB_Q52", nil, "rebecca_question_52_cond", "rebecca_question_52" ) -- 29.4001 -- _TB_Q53=Have you purchased anything with your fatherŐs credit card recently? function rebecca_credit_show_cond() return EvidenceEnablesQuestion() end function rebecca_credit_show() PlayDialog( Rebecca, "M2_REBECCA_2070" ) if IsInRoom( CondoRebecca ) then ChangeRoom( CondoRebecca ) SetBackRoom( CondoRebecca, CondoEstab ) else ChangeRoom( InterroRebbecaEstab ) end end AddEvent( EVRebeccaCreditShow, false, EDCardSlipRestOwner, Rebecca, "rebecca_credit_show_cond", "rebecca_credit_show" ) function rebecca_question_53_cond() return IsQuestionAsked( Rebecca, "_TB_Q51" ) and IsQuestionAsked( Rebecca, "_TB_Q50" ) and (IsEventDone( EVRebeccaCreditShow ) or (not EvidenceEnablesQuestion())) and IsEventDone( EVLabCreditCard ) end function rebecca_question_53() PlayDialog( Rebecca, "M2_REBECCA_137" ) end AddQuestion ( Rebecca, false, nil, "_TB_Q53", nil, "rebecca_question_53_cond", "rebecca_question_53" ) -- 29.4110 -- _TB_Q54=Did you dine at Le Figaro restaurant recently? function rebecca_question_54_cond() return IsQuestionAsked( Rebecca, "_TB_Q53" ) end function rebecca_question_54() PlayDialog( Rebecca, "M2_REBECCA_138" ) end AddQuestion ( Rebecca, false, nil, "_TB_Q54", nil, "rebecca_question_54_cond", "rebecca_question_54" ) -- 29.4116 -- _TB_Q55=Who did you dine with? function rebecca_question_55_cond() return IsQuestionAsked( Rebecca, "_TB_Q54" ) end function rebecca_question_55() PlayDialog( Rebecca, "M2_REBECCA_139" ) end AddQuestion ( Rebecca, false, nil, "_TB_Q55", nil, "rebecca_question_55_cond", "rebecca_question_55" ) -- 29.4121 -- _TB_Q56=What did you both order? function rebecca_question_56_cond() return IsQuestionAsked( Rebecca, "_TB_Q55" ) end function rebecca_question_56() PlayDialog( Rebecca, "M2_REBECCA_140" ) UpdateCaseFile ( Rebecca, SUSPECT_VICTIM, "_TB_E484", 100 ) if IsQuestionAsked( Rebecca, "_TB_Q57" ) then NewEvent( EVCondoRemove, nil ) end if IsEventDone( EVCompDNA1Compare) and IsEventDone( EVMicroHairCompare ) then NewEvent( EVRebeccaRemove, nil ) end end AddQuestion ( Rebecca, false, nil, "_TB_Q56", nil, "rebecca_question_56_cond", "rebecca_question_56" ) function condo_quest_remove() RemoveQuestion( WarrantLocations, "_TB_Q1177" ) end AddEvent( EVCondoRemove, false, EVCondoRemove, nil, nil, "condo_quest_remove" ) -- 29.4152 -- _TB_Q57=Did your father own a Singapura cat? function rebecca_jackethair_show_cond() return EvidenceEnablesQuestion() end function rebecca_jackethair_show() PlayDialog( Rebecca, "M2_REBECCA_2070" ) if IsInRoom( CondoRebecca ) then ChangeRoom( CondoRebecca ) SetBackRoom( CondoRebecca, CondoEstab ) else ChangeRoom( InterroRebbecaEstab ) end end AddEvent( EVRebeccaJacketHairShow, false, ETJacketHair, Rebecca, "rebecca_jackethair_show_cond", "rebecca_jackethair_show" ) function rebecca_question_57_cond() return IsQuestionAsked( Rebecca, "_TB_Q51" ) and IsQuestionAsked( Rebecca, "_TB_Q50" ) and IsEventDone( EVMicroJacketHair ) and (IsEventDone( EVRebeccaJacketHairShow ) or (not EvidenceEnablesQuestion())) end function rebecca_question_57() PlayDialog( Rebecca, "M2_REBECCA_141" ) if IsQuestionAsked( Rebecca, "_TB_Q56" ) then NewEvent( EVCondoRemove, nil ) end end AddQuestion ( Rebecca, false, nil, "_TB_Q57", nil, "rebecca_question_57_cond", "rebecca_question_57" ) --------------------------------------------------------------------------------------------------------- -- 31.1000 -- _TB_Q60=We have a warrant to look around inside. function rebecca_question_60_cond() return IsQuestionAsked( WarrantLocations, QIDCondo1 ) end function rebecca_question_60() PlayDialog( Rebecca, "M2_REBECCA_144" ) SetActive( HCondoPortrait, true ) -- La sfarsit trebuiesc decomentate SetActive( HCondoCatHair, true ) SetActive( HCondoFireplace, true ) SetActive( HCondoVodkaBox, true ) end AddQuestion ( Rebecca, false, nil, "_TB_Q60", nil, "rebecca_question_60_cond", "rebecca_question_60" ) -------------------------------------------------------------------------------------------------------------------