From OtherSpace: Encyclopedia Galactica
Revision as of 12:11, 15 June 2011 by ShanG (Talk | contribs) (Usage)

Jump to: navigation, search

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

  • 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.