ID:139211
 
i cant find anything about overlayers on the web i searched the dm guide trying to put 2 and 2 together but i cant seem to make a overlayer/underlayer PLEASE if someone could tell me like how to make a overlayer/overlayer or send me a link to a tut that could help?

tell me its somewhat simple please? like:
obj/shirt
icon = 'icon.dmi'
icon_state = "shirt"
verb
equip
overlay += 'icon.dmi'

thanks for at least looking at my request for help and if you help me THANK YOU SO MUCH
if you need anymore info please tell me what it is and i will post it in a reply THANK YOU!


P.S. im also looking around to find out how to make my mobs move and attack the people when they are next to them if you could also help me with this THANK YOU OMFG THANK YOU!
In response to Mr. Robert
I feel stupid D:
cant seemed to make my own code for my cloths :'(

if anyone can give me a example?
In response to Shwb1
Shwb1 wrote:
I feel stupid D:
cant seemed to make my own code for my cloths :'(

if anyone can give me a example?


obj/Clothes
Shirt
icon = 'Clothes.dmi'



mob/verb
equip_clothes()
overlays += /obj/Clothes/Shirt
remove_clothes()
overlays -= /obj/Clothes/Shirt