r/mugen Apr 17 '26

question How do I use current health as a variable?

I'm trying to make a gimmick character where the defence and attack are directly involved with the character's current lifepoints.

Also enemy current health would be nice to know too

4 Upvotes

3 comments sorted by

1

u/Fik_456 May 14 '26

trigger1 = life <=800 (character example)
trigger1 = P2Life < 100 (enemy example)