Please i would really appreciate it if someone could at least give me some advice.
The problem is that when a player transforms, his current hair should be replaced with SSJ hair. If the player has black hair it works fine but if the player has coloured hair then the coloured hair stays and it can be seen under the ssj hair.
I think its because when I do:
usr.overlays - 'goku_normal_hair'
'goku_normal_hair' is black and therefore the computer thinks that coloured hair is totally different.
I was trying along the lines of:
if usr.hair == 'goku'
var/hairtype += 'goku_normal_hair'
hairtype += rgb(usr.rhair,usr.ghair,usr.bhair)
usr.overlays -= hairtype
Please if you have any idea what I should change please tell me, I have asked a lot of people but no luck. THANKS.
-=Goku195=-
Copyright © 2025 BYOND Software.
All rights reserved.
ie mob/var/hairover
Then when crating the char use like
So when you go ssj just remove hairover and add the ssjhair.
Thats the basis of it anyway,sry,im in a rush.
Ciao