ZaWarudo11
Member
I want to give Sonic multithok upon turning super, and I only made this snippet of code
and I don't think it'll work
How do I do it properly?
Lua:
for player in players.iterate do
if player.mo.skin == "sonic"
and pw.powers == SF_SUPER
player.flags == SF_MULTIABILITY
end
end
end)
How do I do it properly?