function fadein_docoffice() if IsQuestionAsked(Brass, QIDWilkInterro2) then SetVisible(DrWilk, false) SetActive(DrWilk, false) end ChangeRoom( DocOfficeDefault ) FadeIn() if not IsEventDone (EVIntroDocOffice) then PlayDialog( Warrick, "M5_WARR_35" ) PlayDialog( DrWilk, "M5_DRWILK_01" ) -- DisplayQuestionList(DrWilk) if not DisplayQuestionList(DrWilk) then PlayDialog(DrWilk, "M5_DRWILK_50") end else if not IsQuestionAsked(Brass, QIDWilkInterro2) then -- DisplayQuestionList(DrWilk) if not DisplayQuestionList(DrWilk) then PlayDialog(DrWilk, "M5_DRWILK_50") end end end end AddEvent( EVIntroDocOffice, true, nil, DocOffice, nil, "fadein_docoffice" ) --function wilk_dialog() -- DisplayQuestionList(DrWilk) --end --AddEvent( nil, true, nil, DrWilk, nil, "wilk_dialog" ) IncludeFile( "Script\\Gamelogic\\DrWilkQuestions.lua" )