From OtherSpace: Encyclopedia Galactica
Line 1: | Line 1: | ||
This command is used to pick up objects in the same room as you. | This command is used to pick up objects in the same room as you. | ||
==Usage== | ==Usage== | ||
− | '''+get''' [<number> ]<item> | + | '''+get''' [<number> ]<item>[s][from <location>] |
*<Item> is required, and is the name of the object you wish to get. Will attempt to match a partial string. | *<Item> is required, and is the name of the object you wish to get. 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. If not specified, the default is one. |
+ | *<Location> is optional, and is a container to get the item from. If not specified, looks in your current location instead. | ||
Examples: | Examples: | ||
− | *+get widget | + | *Getting a single item |
− | *+get 3 | + | +get widget |
+ | [Item System] You pick up the Widget. | ||
+ | *Getting multiple items | ||
+ | +get 3 things | ||
+ | [Item System] You pick up 3 Things. | ||
+ | *Partial matching. | ||
+ | +get item | ||
+ | [Item System] You pick up the Item With A Long Name. | ||
+ | *Getting an item from a container. | ||
+ | +get gizmo from box | ||
+ | [Item System] You pick up the Gizmo from the Box. | ||
==Effect== | ==Effect== | ||
The item will be moved from the room and placed in your character's inventory. | The item will be moved from the room and placed in your character's inventory. | ||
[[category: Commands]][[Category: Items and Economy]] | [[category: Commands]][[Category: Items and Economy]] |
Revision as of 20:29, 10 June 2011
This command is used to pick up objects in the same room as you.
Usage
+get [<number> ]<item>[s][from <location>]
- <Item> is required, and is the name of the object you wish to get. Will attempt to match a partial string.
- <Number> is optional, and is how many items of that type you wish to get. If not specified, the default is one.
- <Location> is optional, and is a container to get the item from. If not specified, looks in your current location instead.
Examples:
- Getting a single item
+get widget [Item System] You pick up the Widget.
- Getting multiple items
+get 3 things [Item System] You pick up 3 Things.
- Partial matching.
+get item [Item System] You pick up the Item With A Long Name.
- Getting an item from a container.
+get gizmo from box [Item System] You pick up the Gizmo from the Box.
Effect
The item will be moved from the room and placed in your character's inventory.