[ITEMDEF i_dye_tub_black] //Dying Tub DEFNAME=i_dye_tub_black ID=i_dye_tub TYPE=t_normal WEIGHT=10 CATEGORY=Items by Professions SUBSECTION=Tailor DESCRIPTION=Dying Tub (Black) RESOURCES=25 i_log ON=@CREATE COLOR=1 ON=@DCLICK TARGET Choose an item to dye. You may only use this dye tub once RETURN 1 ON=@TARGON_ITEM IF (==t_clothing) IF (==) SRC.TARG.COLOR= REMOVE RETURN 1 ELSE SRC.SYSMESSAGE This must be on your person to dye RETURN 0 ENDIF ELSE SRC.SYSMESSAGE You may only dye clothing with this RETURN 0 ENDIF [ITEMDEF i_dye_tub_white] //Dying Tub DEFNAME=i_dye_tub_white ID=i_dye_tub TYPE=t_normal WEIGHT=10 CATEGORY=Items by Professions SUBSECTION=Tailor DESCRIPTION=Dying Tub (Black) RESOURCES=25 i_log ON=@CREATE COLOR=0481 ON=@DCLICK TARGET Choose an item to dye. You may only use this dye tub once RETURN 1 ON=@TARGON_ITEM IF (==t_clothing) IF (==) SRC.TARG.COLOR= REMOVE RETURN 1 ELSE SRC.SYSMESSAGE This must be on your person to dye RETURN 0 ENDIF ELSE SRC.SYSMESSAGE You may only dye clothing with this RETURN 0 ENDIF