300 B
300 B
Function: ModifyMaxHP(spawn, value)
Description: Sets the Maximum HP of the Spawn to the value provided.
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.value
(sint32) - Integer valuevalue
.
Returns: None.
Example:
ModifyMaxHP(NPC, 10000)