OnNpcStopMovingUsage​Useful for denying the move stop of NPCsReturn a non-null value to override default behaviorExamples​""object OnNpcStopMoving(NPCPlayerApex npc){ Puts("OnNpcStopMoving works!"); return null;}Copy