308 B
308 B
Function: ModifyMaxPower(spawn, value)
Description: Sets the Maximum Power of the Spawn to the value provided.
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.value
(int32) - Integer valuevalue
.
Returns: None.
Example:
ModifyMaxPower(NPC, 10000)