Jump to content
  • 0

Turn Battle health regen


rockocalypse

Question

6 answers to this question

Recommended Posts

  • 0

I tried this in my MUGEN1.0 Team VS and it seems working:

 

Put the following lines MUGEN code under your CNS' [statedef -2] line:

 

[state -2, VarSet]
type = VarSet
triggerall = TeamMode = turns
trigger1 = P2Life != 0 && EnemyNear, Alive = 1
v = 55   ;you may want to use other variable number if #55 has been already used....
value = Life
ignorehitpause = 1

[state -2, LifeSet]
type = LifeSet
triggerall = TeamMode = turns
trigger1 = Win
value = var(55)  ;you may want to use other variable number if #55 has been already used....
ignorehitpause = 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...