function grissom_presentation() if not IsEventDone(EVEnterGrissom) then PlayIntroMovie("Art\\Movie\\Flyin\\flyin04.xmv") end ChangeRoom( GrissomOfficeRoom ) FadeIn() -- PlayMovie("grissom_idle.xmv") -- PlayMovie("grissom_talk.xmv") --1.1 PlayDialog(Grissom,"M5_GRISS_01") --schimbare locatie 2 ChangeLocation(Laboratory) ----------------------------------------------------------------------- -- CSI LOCATIONS ADDED - LABORATORY and BRASSOFFICE AddCSILocation(Laboratory) AddCSILocation(BrassOffice) -- LOCATION ADDED - CASINO -- AddLocation(Casino) ----------------------------------------------------------------------- end AddEvent( EVEnterGrissom, true, nil, GrissomOffice, nil, "grissom_presentation" )