Hey how to fix my character error called "R_LoadSkinSprites: no frames found for sprite SPR2_STND"

hmmmm
Post automatically merged:

hey so if you know how to do scripts,how i make a custom 1 ? like i want to do a animation or something like that
 
hmmmm
Post automatically merged:

hey so if you know how to do scripts,how i make a custom 1 ? like i want to do a animation or something like that
I do you can try this in your code


addHook("PlayerThink", function(player)
if player.mo.skin == "yourcharacternamehere"
if (player.cmd.buttons & BT_CUSTOM1)
player.rings = $ + 1
end
end
end)
 
ok thx
Post automatically merged:

Hey so do you care if i put you in my mod credits or no ?
 
Last edited:

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

Back
Top