//======================================================================================================================== // NebanPostM00.u2s // AI script for Ne'Ban between Tutorial and Sanctuary //======================================================================================================================== :ScriptStart //debugmode 3 inert 1 setmovespeed 0.15 call TriggeredActions gotolabel GoToPiloting sleep //======================================================================================================================== // Inbetween actions (debriefing and next briefing) //======================================================================================================================== :GoToPiloting call DisableAllTopics dialogenable NebanPostM00NotNow // ### enable topic ### gotoactor PathNode120 directionalpatrol 1 gotoactor PatrolPoint14 directionalpatrol 0 :Piloting agentbind SpecialState Piloting :PilotingLoop testactorinrange Player 512 gotolabel PlayerOnBridge sleep 0.75 gotolabel PilotingLoop :PlayerOnBridge ontrigger dlgNebanPostM00GoBackToPiloting gotolabel GoToPiloting2 1 call DisableAllTopics dialogenable NebanPostM00FirstEncounter // ### enable topic ### agentunbind SpecialState gotoactor PatrolPoint38 //gotoactor Player 96 dialoginitiate Player NebanPostM00FirstEncounter sleep :GoToPiloting2 call DisableAllTopics dialogenable NebanPostM00NotNow // ### enable topic ### gotoactor PathNode120 directionalpatrol 1 gotoactor PatrolPoint14 directionalpatrol 0 :Piloting2 agentbind SpecialState Piloting sleep //======================================================================================================================== // Global calls //======================================================================================================================== // global events/calls //------------------------------------------------------------------------------------------------------------------------ :TriggeredActions return :DisableAllTopics dialogdisable NebanPostM00FirstEncounter dialogdisable NebanPostM00NotNow return :ScriptEnd