FastestThingAlive
nrrooooommmm
so i have been trying to do something for a mod but im getting this error
heres my code
heres my code
Code:
local function BetterAmy(player)
if player.mo.skin ~= "amy" then
return
end
if player.mo.state == S_PLAY_MELEE_LANGING then
P_SetObjectMomZ(player.mo, 17*FRACUNIT)
S_StartSound(player.mo, sfx_s3k5f)
player.mo.state = S_PLAY_JUMP
player.pflags = $ + PF_JUMPED
end