this is how i am trying to do it, but it doesn't work
addHook("MobjThinker", function(Tails)
if player.mo.skin == "stealth"
local Tails = MT_TAILSOVERLAY
Tails.frame = $1 | FF_FULLBRIGHT | FF_TRANS60
end
end)
please tell me what im doing wrong, although idk if anyone has tried this because there is almost nothing on this.
addHook("MobjThinker", function(Tails)
if player.mo.skin == "stealth"
local Tails = MT_TAILSOVERLAY
Tails.frame = $1 | FF_FULLBRIGHT | FF_TRANS60
end
end)
please tell me what im doing wrong, although idk if anyone has tried this because there is almost nothing on this.