obj
verb/Pickup()//get verb used when the person is next to or on the object
set category = "Commands"//puts it in the 'other' category
if(src in view(1))
if(src.Owner = usr.key)
src.loc = usr
else
usr << "This is not yours."
obj/var/Owner
<\dm>
<b>Problem description:</b>
I Get This Error...
Houses.dm:173:error::invalid expression
When i double click this,
It shows this part of the code:
<dm>
if(src in view(1))
Can someone help?
Please.
- Bevan