1
0
EQ2Emu/docs/lua_functions/ModifyMaxHP.md

17 lines
300 B
Markdown

### Function: ModifyMaxHP(spawn, value)
**Description:**
Sets the Maximum HP of the Spawn to the value provided.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
- `value` (sint32) - Integer value `value`.
**Returns:** None.
**Example:**
```lua
ModifyMaxHP(NPC, 10000)
```