modules.map/Alias mfind [ Functions ]

[ Top ] [ Functions ]

NAME

   Alias mfind

SYNOPSIS

   Find a path to a mapped room, based on exact name or room ID.

EXAMPLE

   mfind 32474 -- find the Aardwolf Lottery room
   mfind {The Aylorian Temple of Ivar} -- find a path to recall

SEE ALSO

   modules.map/Alias msearch
   modules.map/Alias mrun

modules.map/Alias mrun [ Functions ]

[ Top ] [ Functions ]

NAME

   Alias mrun

SYNOPSIS

   Find a path to a mapped room, and run it.

EXAMPLE

   mrun 32474 -- run to the Aardwolf Lottery room
   mrun {The Aylorian Temple of Ivar} -- run to recall

SEE ALSO

   modules.map/Alias mfind 
   modules.map/Alias msearch

modules.map/Alias msearch [ Functions ]

[ Top ] [ Functions ]

NAME

    Alias msearch

SYNOPSIS

    Find rooms with a partial match to the token, or room ID.
    Use this to find the exact target (room ID) for mrun and mfind.

EXAMPLE

   msearch 32474 -- find room info for ID 32474
   msearch {The Aylorian Temple of Ivar} -- find room info for recall
   msearch {ivar} -- find rooms with 'Ivar' in the name (case-insensitive)

SEE ALSO

   modules.map/Alias mfind 
   modules.map/Alias mrun

modules.map/Function mapAutosave [ Functions ]

[ Top ] [ Functions ]

NAME

    Function mapAutosave

SYNOPSIS

    Save the current map state to $mapAutosave

SEE ALSO

    modules.cron/Ticker mapAutosaver
    conf/options.tin

modules.map/Function mapFind [ Functions ]

[ Top ] [ Functions ]

NAME

   Function mapFind

SYNOPSIS

   Find the shortest path to a given room, zip it, and return the speedwalk.

EXAMPLE

   #local {speedwalk} @mapFind{32474} -- find the path to Aardwolf lottery room
   #local {speedwalk} @mapFind{The Aylorian Temple of Ivar} -- speedwalk to recall

modules.map/Function mapLoad [ Functions ]

[ Top ] [ Functions ]

NAME

    Function mapLoad

SYNOPSIS

    Load the player map if possible, or the default map otherwise.

SEE ALSO

    modules.gmcp.negotiate/Event SESSION CONNECTED

modules.map/Function mapRoom [ Functions ]

[ Top ] [ Functions ]

NAME

    Function mapRoom

SYNOPSIS

    Process the current state of $room, $exits, and $coord from GMCP

SEE ALSO

    modules.gmcp.room/Event IAC SB GMCP room.info

modules.map/Function mapSave [ Functions ]

[ Top ] [ Functions ]

NAME

    Function mapSave

SYNOPSIS

    Save the current map state to $playerMap

SEE ALSO

    modules.gmcp.negotiate/Event SESSION DISCONNECTED
    conf/options.tin