Mapping script

From Mudlet
Revision as of 21:47, 19 April 2011 by Vadi (talk | contribs)
Jump to navigation Jump to search

Mudlet's mapper is split into two parts for the best compatibility on all MUDs - the display and functions in Mudlet, and a per-MUD Lua script that tracks where you are, allows mapping and provides aliases for using the mapper.

Pre-made mapping scripts are available from Mudlet forums. If you'd like to code your own, see the Mapper API.

If you're making your own mapper script, please do:

mudlet = mudlet or {}; mudlet.mapper_script = true

At initialization, to let Mudlet know that a mapping script exists in the profile.