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.
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: 0, Members: 0, Guests: 0)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.