rocklight124
An Avenger
i am trying to make a switch for a character so they can have a different ability's like the
homing thok but i can't get the
action speed change and then revert to normal
addHook("ThinkFrame", do
for player in players.iterate
if (player.cmd.buttons & BT_CUSTOM2)
and (player.mo and player.mo.skin == "fsonic")
then player.charability = CA_HOMINGTHOK
end
end
end)
homing thok but i can't get the
action speed change and then revert to normal
addHook("ThinkFrame", do
for player in players.iterate
if (player.cmd.buttons & BT_CUSTOM2)
and (player.mo and player.mo.skin == "fsonic")
then player.charability = CA_HOMINGTHOK
end
end
end)