function brass_office_entry2_cond() return HasEvidence(ERagHangar) end function brass_office_entry2() if not IsEventDone(BrassPresentationEvent3) then PlayDialog(Brass,"M2_BRASSENTER_03") end end AddEvent( BrassPresentationEvent3, false, nil, BrassOfficeRoom, "brass_office_entry2_cond", "brass_office_entry2" )