Kitty Corp Meow Mix Forums

Help & Tutorials => Help => Topic started by: The Main Event on July 30, 2011, 10:48:22 AM



Title: Super Armor Code
Post by: The Main Event on July 30, 2011, 10:48:22 AM
Im trying to give someone Super Armor on their down B. So when they get hit they take no damage. Anyone know the code for that?


Title: Re: Super Armor Code
Post by: TruePhilosopher on July 30, 2011, 09:16:34 PM
Quote
Body Collision:
This sets how the character's own hitboxes act. 00 = normal, 01 = invincible, 02 = intangible.
(some more but those are variations of 02)
-normal is how the character normally acts, meaning taking a hit when someone hits him
-invincible is not actual invincible, you take hits as normal, but recieve 0 damage.
-intangible is true invincibility, no taking hits nor damage.
keep in mind that the character will stay in the specified state until explicitly set to
another, so don't forget to reset afterward.