Better Character Deaths

Better Character Deaths 1.1

Yep, Deaths can now be disabled for your character!

By Default this applies to Adventure Sonic, Deltachars, Mario and Luigi, and Pointy and Fluffy.

Use this code in your death script.
Code:
if not customdeaths
    rawset(_G, "customdeaths", {})
end

customdeaths["yourcharnamehere"] = true
Top