Drop

From StickMUD
Revision as of 20:48, 17 June 2021 by Tamarindo (talk | contribs) (Created page with "<code>drop</code> - Drop objects and worn equipment. == Description == Drop items and worn equipment. If the item is marked as "kept" using the keep command, it will not be d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

drop - Drop objects and worn equipment.

Description

Drop items and worn equipment. If the item is marked as "kept" using the keep command, it will not be dropped. Worn or wielded cursed items may not be dropped.

Syntax
Command Description
drop <item> Drop the first object in inventory matching <item>.
drop <item> [#] Drop the [#] object in inventory matching <item>.
drop <all> Drop all objects carried.
drop <all> [item] Drop objects carried matching <item>.
drop 1 coin Drop a coin.
drop <#> coins Drop coins matching quantity of <#>.

Examples

> drop polearm
You drop the polearm.
> drop corpse
You drop the Corpse of Big demon guard.
> drop polearm 3
You drop the polearm.
> drop all polearm
drop: A huge polearm.
drop: A huge polearm.
drop: A huge polearm.
> drop all
drop: A huge polearm.
drop: A huge polearm.
drop: A huge polearm.
> drop 1 coin
DROPPING COINS!
Ok.
> drop 10 coins
DROPPING COINS!
Ok.

See Also

get, keep, put, show, sort, take, wear, and wield