From OtherSpace: Encyclopedia Galactica
Line 8: | Line 8: | ||
*+drop widget | *+drop widget | ||
*+drop 3 gizmos | *+drop 3 gizmos | ||
+ | ===Effect=== | ||
+ | The item will be moved from your inventory and placed the room and placed in your character's inventory. | ||
+ | |||
+ | ===Examples=== | ||
+ | *Dropping a single item | ||
+ | +drop hot potato | ||
+ | [Item System] You drop your Hot Potato. | ||
+ | *Dropping multiple items | ||
+ | +drop 3 things | ||
+ | [Item System] You drop 3 Things. | ||
+ | *Dropping using VID | ||
+ | +drop 1234 | ||
+ | [Item System] You drop your Conveniently Numbered Object. | ||
+ | *Placing an item in a container. | ||
+ | +drop trinket in box | ||
+ | [Item System] You drop your Trinket in the Box. | ||
+ | *Dropping in a container with VID | ||
+ | +drop 1001 in 2345 | ||
+ | [Item System] You drop your Sprocket in the Gearbox. | ||
+ | *Partial matching. | ||
+ | +drop item | ||
+ | [Item System] You drop your Item With A Long Name. | ||
+ | |||
+ | [[category: Commands]][[Category: Items and Economy]] | ||
− | |||
− | |||
[[category: Commands]][[Category: Items and Economy]] | [[category: Commands]][[Category: Items and Economy]] |
Revision as of 14:30, 11 June 2011
This command is used to drop objects into the room you are currently in.
Usage
+drop [<number> ]<item>
- <Item> is required, and is the name of the object you wish to drop. Will attempt to match a partial string.
- <Number> is optional, and is how many items of that type you wish to get.
Examples:
- +drop widget
- +drop 3 gizmos
Effect
The item will be moved from your inventory and placed the room and placed in your character's inventory.
Examples
- Dropping a single item
+drop hot potato [Item System] You drop your Hot Potato.
- Dropping multiple items
+drop 3 things [Item System] You drop 3 Things.
- Dropping using VID
+drop 1234 [Item System] You drop your Conveniently Numbered Object.
- Placing an item in a container.
+drop trinket in box [Item System] You drop your Trinket in the Box.
- Dropping in a container with VID
+drop 1001 in 2345 [Item System] You drop your Sprocket in the Gearbox.
- Partial matching.
+drop item [Item System] You drop your Item With A Long Name.