ID:180773
 
When I drop an item it disapears.
How can I fix this thanx:)
On 2/20/01 5:39 pm Shane wrote:
When I drop an item it disapears.
How can I fix this thanx:)

We need more info! What's your code for the drop verb?

Z
In response to Zilal
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]."
In response to Shane
On 2/20/01 5:45 pm Shane wrote:
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]."

That looks good...does the object have an icon?

Is the player standing on a normal turf?

(I'm grasping here...)
In response to Deadron
I think I found the problem all my floor,walls,doors ect.ect...are titled obj
How do I change it?

Thanx, Shane
In response to Deadron
On 2/20/01 5:50 pm Deadron wrote:
That looks good...does the object have an icon?

Is the player standing on a normal turf?

(I'm grasping here...)

Yes, the verb code is fine, so I'll make a grasp too... have you changed the built-in Move() proc at all?

Z
In response to Zilal
Have no clue what that is lol.
In response to Shane
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
How do I change it?

Thanx, Shane


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 ;>
In response to Kaidorin
Thank You for your help its working now :)
In response to Shane
Thank You for your help its working now :)


Nice, promise to let me beta test ;>
In response to Kaidorin
ok :)