ID:264144
 
Code:
obj
EspadaSuit
name = "Espada Suit"
icon = 'Espada suit.dmi'
verb
Wear()
if(src.worn)
src.worn = 0
usr.overlays -= src.icon
else
src.worn = 1
usr.overlays += src.icon
Get()
set src in oview(1)
src.loc = usr
usr<<"You picked up a [src]"


Problem description:
i named the icon what it says Espada suit and when i go to compile it says this error Obj.dm:688:error:'Espada suit.dmi':cannot find file someone help me
'Espada suit.dmi' does not exist.
Make one. ( File > New.. > Icon File (.dmi) )
In response to Jemai1
so what make a new one and copy and paste it into the new one and then try?
In response to Jiraiya Itachi
The icon var must be a name of an existing icon file (.dmi)
In this case, you need a an icon file named "Espada suit.dmi".
If you have the icon file, you'll get rid of the error.