ID:261602
 
the code to change the hair on my icons is this:-

mob/verb/SSj()
if(usr.MaxPL > 375000)
if(usr.ssj == 0)
usr.underlays += /obj/underlays/SSAura
usr.overlays += /obj/overlays/Hair/Goku
usr.overlays += /obj/overlays/Hair/Gokussj
ssj = 1
else
usr.underlays -= /obj/underlays/SSAura
usr.overlays -= /obj/overlays/Hair/Gokussj
usr.overlays += /obj/overlays/Hair/Goku
ssj = 0
else
usr << "You need 375,000 pl to go ssj!!!"
return

but when i use the verb,it adds the ssj hair,but dosent remove the old one.......

whats wrong with it???
oh,dammit.......sorry to bother youz
Another tip, dont make dbz.
In response to Mrhat99au
ya dont make a dbz game. I put a lot of time into a game and it didnt have anything to do with zeta and still alot of ppl didnt play it cuz they thought it wuz a rip
In response to Soori-99
Yep about right, most games are rips, even if you put effort in to your dbz game most of the time it wont be as popular as expected.