PowerAdd
From M.U.G.E.N Wiki
State Controller: PowerAdd
Adds the specified amount to the player's power.
- Required parameters:
- value = add_amt (int)
- add_amt is the number to add to the player's power.
- Optional parameters:
- none
Example:
[State PowerAdd]
Type = PowerAdd
Trigger1 = Time = 0
Value = -1000
Drains 1000 power from the bar upon entering the state.
