14 lines
243 B
Markdown
14 lines
243 B
Markdown
### 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
|