-- 36 Did you kill Freddy and bury him at the historic site? function john_question_TB_Q1025_cond() return IsQuestionAsked(WarrantSuspects, QIDJohnInterro) end function john_question_TB_Q1025() PlayDialog( John, "M3_MONTANA_2366" ) end AddQuestion ( John, false, nil, "_TB_Q1025", nil, "john_question_TB_Q1025_cond", "john_question_TB_Q1025" ) -- 36.1 Did you purposefully falsify the land assessment report? function john_question_TB_Q1026_cond() return IsQuestionAsked(WarrantSuspects, QIDJohnInterro) end function john_question_TB_Q1026() PlayDialog( John, "M3_MONTANA_2367" ) ChangeRoom(InterroSara1) PlayDialog ( Sara, "M3_SARA_2368" ) ChangeRoom(InterroJohn1) PlayDialog( John, "M3_MONTANA_2369" ) ChangeRoom(InterroSara1) PlayDialog ( Sara, "M3_SARA_2370" ) EndDisplayQuestionList(John) ChangeRoom(InterroJohnEstab) UpdateCaseFile(John, INFORMATION, "_TB_E4816") end AddQuestion ( John, false, nil, "_TB_Q1026", nil, "john_question_TB_Q1026_cond", "john_question_TB_Q1026" ) -- 36.5 When did you learn Freddy was running the soap scam? function john_question_TB_Q1161_cond() return IsQuestionAsked(John, "_TB_Q1026") end function john_question_TB_Q1161() PlayDialog( John, "M3_MONTANA_2371" ) PlayDialog ( Sara, "M3_SARA_2372" ) ChangeRoom(InterroSara1) PlayDialog ( Sara, "M3_SARA_2639" ) PlayReenactment( "Art\\Reenactments\\Movie\\rnct_body_buried.xmv", "Art\\Reenactments\\Pictures\\rnct_body_buried.tga", "_TB_Z2914", nil, "M3_SARA_2373" ) PlayDialog ( Sara, "M3_SARA_2374" ) PlayDialog ( Sara, "M3_SARA_2664" ) ChangeRoom(InterroJohn1) PlayDialog( John, "M3_MONTANA_2375" ) PlayDialog ( Sara, "M3_SARA_2376" ) EndDisplayQuestionList(John) ChangeRoom(InterroJohnEstab) UpdateCaseFile(John, SUSPECT_VICTIM, "_TB_E4817") end AddQuestion ( John, false, nil, "_TB_Q1161", nil, "john_question_TB_Q1161_cond", "john_question_TB_Q1161" ) -- 36.95 Why was the victim's blood in your trailer? function john_question_TB_Q1027_cond() return IsQuestionAsked(John, "_TB_Q1161") end function john_question_TB_Q1027() PlayDialog( John, "M3_MONTANA_2377" ) PlayDialog ( Sara, "M3_SARA_2378" ) ChangeRoom(InterroSara1) PlayDialog ( Sara, "M3_SARA_2665" ) ChangeRoom(InterroJohn1) PlayDialog( John, "M3_MONTANA_2379" ) PlayDialog ( Sara, "M3_SARA_2380" ) PlayDialog( John, "M3_MONTANA_2381" ) PlayDialog ( Sara, "M3_SARA_2382" ) PlayDialog( John, "M3_MONTANA_2383" ) ChangeRoom(InterroJohn3) PlayDialog( John, "M3_MONTANA_2641" ) PlayDialog ( Sara, "M3_SARA_2384" ) UpdateCaseFile(John, INFORMATION, "_TB_E4818") UpdateCaseFile(Adam, SUSPECT_CRIMESCENE, "_TB_E4819", 200) ChangeRoom(InterroJohn2) PlayDialog( John, "M3_MONTANA_2385" ) EndDisplayQuestionList(John) ChangeRoom(InterroJohnEstab) end AddQuestion ( John, false, nil, "_TB_Q1027", nil, "john_question_TB_Q1027_cond", "john_question_TB_Q1027" )