-- 6.1 function richie_intro() ChangeRoom( Boardroom) FadeIn() if not IsEventDone( EVRichieIntro) then PlayDialog( Richie, "M2_RITCHIEENTER_01") end -- DisplayQuestionList(Richie) if not DisplayQuestionList(Richie) then PlayDialog ( Richie, "M2_RITCHIE_50") end end AddEvent( EVRichieIntro, true, nil, RichieOffice, nil, "richie_intro" ) function richie_dialog() -- DisplayQuestionList(Richie) if not DisplayQuestionList(Richie) then PlayDialog ( Richie, "M2_RITCHIE_50") end end AddEvent( nil, true, nil, Richie, nil, "richie_dialog" ) IncludeFile( "Script\\Gamelogic\\RichieQuestions.lua" )