When I drop an item it disapears.
How can I fix this thanx:)
ID:180773
![]() Feb 20 2001, 3:39 pm
|
|
Opps sorry heres the code.....
obj/verb/proc/ Drop() if(Move(usr.loc)) usr << "You drop [src]." else usr << "You are unable to drop [src]." |
On 2/20/01 5:45 pm Shane wrote:
Opps sorry heres the code..... That looks good...does the object have an icon? Is the player standing on a normal turf? (I'm grasping here...) |
I think I found the problem all my floor,walls,doors ect.ect...are titled obj
How do I change it? Thanx, Shane |
On 2/20/01 5:50 pm Deadron wrote:
That looks good...does the object have an icon? Yes, the verb code is fine, so I'll make a grasp too... have you changed the built-in Move() proc at all? Z |
On 2/20/01 5:53 pm Shane wrote:
I think I found the problem all my floor,walls,doors ect.ect...are titled obj If it says something like: obj wall floor etc simply replace obj with turf. If your other objs are right below them you will ofcourse have to insert a new "obj" above those ;> |
We need more info! What's your code for the drop verb?
Z