TatsuyaShiba Posted June 19, 2024 Posted June 19, 2024 Is there anyway fill the super bar faster for all characters and not just one?
0 CoalFule213 Posted June 20, 2024 Posted June 20, 2024 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
Question
TatsuyaShiba
Is there anyway fill the super bar faster for all characters and not just one?
1 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now