From OtherSpace: Encyclopedia Galactica
(→Usage) |
(→Usage) |
||
Line 1: | Line 1: | ||
This command is used to drop objects into the room you are currently in. | This command is used to drop objects into the room you are currently in. | ||
==Usage== | ==Usage== | ||
− | '''+drop''' [<number> ]<item>[ in <container] | + | :'''+drop''' [<number> ]<item>[ in <container] |
− | '''+put''' [<number> ]<item>[ in <container] | + | :'''+put''' [<number> ]<item>[ in <container] |
*<Item> is required, and is the name of the object you wish to drop. Will attempt to match a partial string. | *<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. | *<Number> is optional, and is how many items of that type you wish to get. |
Revision as of 11:11, 15 June 2011
This command is used to drop objects into the room you are currently in.
Usage
- +drop [<number> ]<item>[ in <container]
- +put [<number> ]<item>[ in <container]
- <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.
- <Container> is optional, and if specified is the container the object will be placed in, rather than dropping to the floor.
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.