![]() Aug 4 2009, 3:28 pm
In response to Xeronin
|
|
Try it and see?
|
what is the proc isitem and isequipment? those arent predefined?
and jeez u reply fast! also when i do this it doesn't show up in the panels... mob |
isitem() is whatever you use to determine if something is an item. isequipment() is whatever you use to determine if something is equipment.
What I posted will only work, by the way, if you are calling Move() to move things in and out of contents. |
so would i call entered() under the get verb?
Edit: nvm entered is automatically called i guess =) ill try it thx |
GENIOUS IT WORKED!! wow thats amazing thanks so much!
The drop verb that i use is src.Move(usr.loc) and it places it on the ground but it leaves an image in the inventory and when u double click that image it picks up the item that u dropped o.0 |
Xeronin wrote:
and it places it on the ground but it leaves an image in the inventory and when u double click that image it picks up the item that u dropped o.0 You are forgetting to remove the item from your inventory list. |