//======================================================================================================================== // NebanPostM07.u2s // AI script for Neban before NaKoja //======================================================================================================================== :ScriptStart inert 1 setmovespeed 0.15 call DisableAllTopics dialogenable NebanPostM07SmallTalk // ### enable topic ### gotolabel IdleDownstairs // Idle //------------------------------------------------------------------------------------------------------------------------ :IdleDownstairs testactorinrange Player 192 gotolabel TalkToPlayer sleep 0.5 gotolabel IdleDownstairs :TalkToPlayer handlergroup ontrigger DialogEnd gotolabel DoneTalking ontrigger DialogAbortEnd gotolabel DoneTalking handlergroupend gotoactor Player 128 dialoginitiate Player NebanPostM07SmallTalk // ### enable topic ### sleep :DoneTalking call DisableAllTopics dialogenable NebanPostM07NotNow // ### enable topic ### sleep //======================================================================================================================== // Global calls //======================================================================================================================== // global events/calls //------------------------------------------------------------------------------------------------------------------------ :DisableAllTopics dialogdisable NebanPostM07SmallTalk dialogdisable NebanPostM07NotNow return :ScriptEnd