PowerMax/ja
From M.U.G.E.N Wiki
< PowerMax
This page is in progress of being translated to ja. You can help translating it or go to another language version that follows:
Trigger: PowerMax
Returns the maximum amount of power the player can have. This is normally 3000 (level 3).
- Format:
- PowerMax
- Arguments:
- none
- Return type:
- int
- Error conditions:
- none
Example:
trigger1 = power < powermax / 2 True if player has less than half his maximum power.