Zxyrollix_Gaming
see my pfp ? i grabbed it off of a video.
So during my free time I made this script that allows you to do a armaggeddon blast by pressing custom 1.
right now I cant test this out bc im not at home rn. not asking you to test it, I just need to know: is there anything I need to redo in this script ?
Feel free to reuse this in your mod, just credit me.
Lua:
addHook("AbilitySpecial", function()
for player in players.iterate do
if player.mo.skin ~= "sonic"
and player.powers [pw_super]
and (player.cmd.buttons & BT_CUSTOM1)
and G_PlatformGametype then
P_NukeEnemies
P_GivePlayerRings (player, -10)
P_FlashPal (player, PAL_WHITE)
end
end)
right now I cant test this out bc im not at home rn. not asking you to test it, I just need to know: is there anything I need to redo in this script ?
Feel free to reuse this in your mod, just credit me.
Last edited: