You are looking at the command called drop

drop {object}
drop {object} on {object}


Drop an object you are carrying.

drop the handkerchief

Use inv to see what you are carrying.

You can also drop objects which are in your location.. even if you are not holding them.. which is strange but useful.

drop the paper on the fire if there is a fire near by and some paper handy.

If your carying the paper get the paper you can drop it driectly on the fire form your inventory.. the the same drop command.

If your carrying a player or some other object.. you can drop them too:
carry fopp. exit. drop fopp

Dropping an object on something puts it on the object as if you had put the paper on the fire

read the command called put
read the command called get
read the command called push



Scripting notes:

Drop sends out the key word 'drops' so you can do this:

if target of frop then iwasdopped;
if second of drop then somethingdroppedonme;
if reacing to drop then checktarget;
Code