-- 8.1 function hangar_entry() ChangeRoom( HangarPano ) FadeIn() ChangeLink(OPanoHangarBenchNote, HangarBench) end AddEvent( nil, true, nil, Hangar, nil, "hangar_entry" ) -- 8.2.1 function click_on_bill() PlayDialog(nil, "M2_SARAHEVID_13") end AddEvent(nil, false, nil, HangarCratesCU, nil, "click_on_bill") -- 8.2.2 function pick_up_bill() AddEvidence(EBillHangar) AddEvidenceDescriptionText(EBillHangar, "TEXT2080") SetVisible(OBillCratesCU, false) SetVisible(OBillCrates, false) SetVisible(OPanoHangarCrateBill, false) SetActive(OBillCratesCU, false) SetActive(OBillCrates, false) SetActive(HBillCratesCU, false) SetActive(HPanoHangarCrateBill, false) end AddEvent (nil, false, gloves, HBillCratesCU, nil, "pick_up_bill") AddEvent (nil, false, tweezers, HBillCratesCU, nil, "pick_up_bill") -- 8.3.1 function click_note_bench() PlayDialog(nil, "M2_SARAHEVID_14") UpdateCaseFile(JasonSuspect, SUSPECT_VICTIM, "TEXT2304", 100) end AddEvent(EVrefusedextension, false, nil, HangarBenchnote, nil , "click_note_bench") -- 8.3.2 function pick_note_bench() AddEvidence(ENoteHangar) AddEvidenceDescriptionText(ENoteHangar, "TEXT2074") SetVisible(OBenchNote, false) SetActive(OBenchNote, false) SetVisible(OBenchNoteFar, false) SetActive(OBenchNoteFar, false) SetActive(HPanoHangarBenchNote, false) SetVisible(OPanoHangarBenchNote, false) end AddEvent(nil, false, gloves, OBenchNote, nil, "pick_note_bench") AddEvent(nil, false, tweezers, OBenchNote, nil, "pick_note_bench") -- 8.4 function pick_rag_hangar() AddEvidence(ERagHangar) AddEvidenceDescriptionText(ERagHangar,"TEXT2026") SetVisible(OBarrelCloth, false) SetVisible(OPanoHangarBarrelRag, false) SetActive(HBarrelCloth1, false) SetActive(HBarrelCloth2, false) SetActive(HPanoHangarBarrelRag, false) end AddEvent (nil, false, gloves, HBarrelCloth1, nil, "pick_rag_hangar") AddEvent (nil, false, tweezers, HBarrelCloth1, nil, "pick_rag_hangar") AddEvent (nil, false, gloves, HBarrelCloth2, nil, "pick_rag_hangar") AddEvent (nil, false, tweezers, HBarrelCloth2, nil, "pick_rag_hangar") -- 8.5 function click_lockers() SetActive(HLockers, false) SetActive(HPanoHangarLockers, false) PlayDialog(nil, "M2_SARAH_46") end AddEvent(nil, false, nil, HangarLockers, nil, "click_lockers") -- 8.6 function click_on_plane() SetActive(HPlaneTail, false) SetActive(HPanoHangarPlane, false) PlayDialog(nil, "M2_SARAH_47") UpdateCaseFile(JasonSuspect, INFORMATION, "TEXT2295") end AddEvent( nil, false, nil, HangarPlane, nil, "click_on_plane")