When I drop an object, I want it to move to another room. For example:
>DROP SWORD
It falls into the chasm.
I can't use :drop; , as this drops the object in the user's input in the current room, not another room and you can't specify a target.
I can't use :create "blah" target = "room_name"; , as I don't know what object the user referred to to put in "blah".
I would have thought this is a very common requirement, but I can't find anything that covers this in the Ctrl+Space help or the reference guide.