PowerAdd

From M.U.G.E.N Wiki

Jump to: navigation, search


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.


Personal tools