1
0
EQ2Emu/docs/lua_functions/StopMovement.md
2025-05-25 21:42:32 -04:00

243 B

Function: StopMovement(spawn)

Description: Stop the Spawn (usually NPC) from movement, interrupt its pathing.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: None.

Example:

Example Required