Difference between revisions of "Memory"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>memory</code> - Memorize locations for future returns. == Description == Manage rooms maintained in ones memory. Some abilities require having previously memorizing a l...")
 
(No difference)

Latest revision as of 14:42, 25 November 2021

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