obj
verb
Get()
set src in oview(1) //You have to be standing on it.
usr << "You get [src]"
Move(usr)
obj
Table
icon = 'table.dmi'
density = 1
Wood
name = "Wooden Table"
icon_state = "wooden"
Problem description:
Basically, how would I go about not allowing objects that have an active "anchor" variable to not be able to be picked up?
Assuming an anchor variable, like so:
return basically stops execution of the verb at that point, instead of carrying on down to the bottom of the verb.