1
0
EQ2Emu/docs/lua_functions/SetCanEvac.md

15 lines
272 B
Markdown

### Function: SetCanEvac(spawn, canevac)
**Description:**
Sets if the zone allows evac in the area.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
- `canevac` (int32) - Integer value `canevac`.
**Returns:** None.
**Example:**
Example Required