Jump to content
  • 0

Is there anyway fill the super bar faster for all characters and not just one?


TatsuyaShiba

Question

1 answer to this question

Recommended Posts

  • 0

If I remember correctly, if you go to your common1.cns file and open it. Scroll down to the body and paste this code into it at the bottom...

this code will make it passively fill in the background for all characters

 

[statedef -2] ;<--- creates a statedef-2 for every character

 

[State -2, PowerAdd]
type = PowerAdd
trigger1 = gametime%2=0 ;<--- every two ticks, you will gain an extra one power
value = 1 ;<--- the amount of power you gain every two ticks
ignorehitpause = 1
persistent = 1

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...