timemachinekeys.dm:26:error:src.Equiped:undefined var
this is the line it is on
if(src.equiped == 0)
Heres the full coding
Drop()
set category = null
if(src.equiped == 0)
src.loc = usr.loc
usr << "You have dropped the: <u>[src]</u>."
usr.key = 0
else
usr << "You are unable to drop: <u>[src.name]</u>, it's already equipped."
How can i fix this problem?
I think you misspelled it, try putting equipped instead of equiped
else define it in a var
O-matic