Containers

A container is a bag or other object that can be carried. They cannot be worn, equipped, or put in other containers, but may hold a specific amount of items.
Overview
Containers are common items in MUDs and allow a player to carry more items and manage their belongings more efficiently. An introduction to them can be found in the Fields of Guidance by following the Intermediate Item Guide.
Updates
While bags have existed since Nodeka's inception, there have been developments over the years, including both new containers as well as mechanic changes. For instance, prior to this update, items fell out of containers when quitting:
News 2/21/00: - Items in containers STAY in containers upon quitting.
In addition to the containers that were introduced with the MUD's advent, a few bags have been added over time. The weathered leather satchels were implemented as a resource cache loot option with Whim's Crafting 3.0 Makers Festival Event and the patched vl'lakian rucksack came with the Ruushi Invasion Event.
Inventory Management
Containers are necessary for proper inventory management. As a player gains only one inventory slot per level, space is at a premium. Bags allow for items to be stored in, organized, and brought out when needed. The two major commands to view your inventory is inventory
, and the command to view your maximum slots is score
, where the "item slots" stat is displayed at the bottom.
For further control, and viewing items within the your inventory itself, like bags and other containers, you can use the command look in
or alternatively:
Examine: Usage: examine <object in room / object in inventory> Taking a closer look at an object might reveal helpful clues as to its use. It is always wise to examine a strange object before you tinker with it. This is especially useful for looking inside of containers or corpses to see what items might be stored within each.
Containers work within Nodeka's dot notation numbering scheme as well. For instance, if you had 10 ant mandibles, you can drop the fifth one by specifying drop 5.mandible
. In the same way, if you were carrying ten backpacks, you could look in the first one by typing examine backpack
, and look at what items you have in the last one by sending the command examine 10.backpack
.
To put an item in a container, use the command put
:
Examples -> put all.sword black, backpack -> put 5.cloth, bag -> put all, satchel
To get an item from a container, use the command get
:
Examples -> get all -> get all, backpack -> get all, corpse -> get all.sword black, backpack -> get all.gold, corpse -> get all.staff
See Inventory Management for more information about item manipulation.