Is there a way to disable super completely?

Sls64LGamingBro

An ordinary coder...
I don't know how to make it disabled completely, I tryed and I was close, only until to see that it triggers the transfomation sprites.


Here's the script for proof, I am also making some commands for fun.


Lua:
addHook("PlayerThink", function(player)
    if (player.ghost == 1)
    and player.powers[pw_super > 0
        player.powers[pw_super] = 0
    end
end)
 
Last edited:
Okay but, Show me a image of it. So that way I can understand how SRB2 works without Super Forms, that's what I want to see.
it doesnt really make much a difference i dont know what this does to the nights special stages but i do know this means you cant go super atleast not in normal gameplay
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top