286 B
286 B
Function: SetMaxHPBase(spawn, value)
Description: Set's the Total Base HP of the Spawn to the value provided.
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.value
(int32) - Integer valuevalue
.
Returns: None.
Example:
Example Required