obj/verb/Get() |
Problem description:
The verb shows up in the commands tab and if i right click the obj, but it doesn't put it in my contents
Code:
Problem description: The verb shows up in the commands tab and if i right click the obj, but it doesn't put it in my contents | ||
#1 Jul 8 2012, 5:58 pm
|
||
That's because you are deleting the object, which removes it from the contents.
| ||
You shouldn't delete objects at all if you're just moving their locations.
Also you don't need to add the Get() and Drop() under the Shirt. You set those verbs are for all objects - you'd only add those if you wanted a specific thing to happen when you drop/pick up a shirt. | ||