Difference between revisions of "Mapping script"

From Mudlet
Jump to navigation Jump to search
(Created page with '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 m…')
 
(Improved URL to be exact match)
Line 1: Line 1:
 
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.
 
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 [http://forums.mudlet.org/viewforum.php?f=13 Mudlet forums]. If you'd like to code your own, see the [http://mudlet.org/asciidoc/manual.html#mapperApi Mapper API].
+
Pre-made mapping scripts are available from [http://forums.mudlet.org/search.php?keywords=mapping+script&terms=all&author=&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=400&t=0&submit=Search Mudlet forums]. If you'd like to code your own, see the [http://mudlet.org/asciidoc/manual.html#mapperApi Mapper API].

Revision as of 21:29, 19 April 2011

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.