How i can change ringslinger's sprites for a character? (with a SOC script)

Status
Not open for further replies.

GLide KS

Sometimes I sprite "things"
Hello its me again, so, i wanna know how to change ringslinger's sprites for a character?, Default is "Red Ring" (match's principal weapon), but i wanna change ringslinger's sprites for only 1 character. I don't know if you can understand me XD.
 
Last edited:
addHook("MobjThinker", function(mo)
if (mo.health and mo.target and mo.target.skin and mo.target.skin == "yourskinnamehere") then // change this
mo.sprite = SPR_BUTT // change this too
end
end, MT_REDRING)

done off the top of my head, if it doesn't work ask someone else (CAUTION: CAUSES POSSIBLE LAG) this only affects the physical object, there is no way to replace the icon on the match hotbar per skin unless you fake it, and the fake will probably break at nonstandard resolutions

EDIT: just to let you know, this is a lua script. can't actually be done in soc.
 
Last edited:
Status
Not open for further replies.

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

Back
Top