mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
14 lines
268 B
Markdown
14 lines
268 B
Markdown
### Function: SetInt(spawn, value)
|
|
|
|
**Description:**
|
|
Sets the Spawn's intelligence to the specified value.
|
|
|
|
**Parameters:**
|
|
- `luaspell` (int32) - Integer value `luaspell`.
|
|
- `value` (int32) - Integer value `value`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|