1
0
EQ2Emu/docs/lua_functions/SetFactionID.md

15 lines
262 B
Markdown

### Function: SetFactionID(spawn, value)
**Description:**
Sets the faction of the Spawn(NPC).
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
- `value` (int32) - Integer value `value`.
**Returns:** None.
**Example:**
Example Required