Difference between revisions of "Drop"
Jump to navigation
Jump to search
m (→Description) |
m |
||
Line 50: | Line 50: | ||
== See Also == | == See Also == | ||
− | [[get]], [[give]], [[inventory]], [[keep]], [[put]], [[show]], [[sort]], [[take]], [[wear]], and [[wield]] | + | [[get]], [[give]], [[hold]], [[inventory]], [[keep]], [[put]], [[show]], [[sort]], [[take]], [[wear]], and [[wield]] |
Latest revision as of 07:42, 18 June 2021
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.
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, give, hold, inventory, keep, put, show, sort, take, wear, and wield