Memory

From StickMUD
Jump to navigation Jump to search

memory - Memorize locations for future returns.

Description

Manage rooms maintained in ones memory. Some abilities require having previously memorizing a location, such as the spell 'teleport'. Capacity to memorize a certain location is based on ones intelligence.

Syntax
Command Description
memory Display memorized rooms.
memory -add <name> Memorize ones environment as <name>.
memory -delete <name> Forget the environment identified by <name>.
memory -clear Forget all memorized environments.

Examples

> memory -add zombietemple
You commit this location to memory as 'zombietemple'.
> memory -delete zombietemple
You erase the location named 'zombietemple' from memory.
> memory -clear
Memory list cleared.

See Also

where