Returns the maximum amount of power the player can have. This is normally 3000 (level 3).
Format: PowerMax
Arguments:
Return type: int
Error conditions: none
Example:
trigger1 = power < powermax / 2
; True if player has less than half his maximum power.