setMapDisplayName

From RPTools Wiki
Revision as of 08:48, 5 June 2021 by MichaelP (talk | contribs) (Created page with "{{MacroFunction |name=setMapDisplayName |version=1.9.0 |trusted=true |description= Changes the display name of a specified map. |usage= <source lang="mtmacro" line> setMapDisp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

setMapDisplayName() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.9.0
Changes the display name of a specified map.

Usage

setMapDisplayName(mapName, newMapDisplayName)

Parameters

  • mapName - String specifying the name of the map you wish to give a new display name.
  • newMapDisplayName - A string containing the name to which the display name should be set.

Examples

[r:setMapDisplayName("Swamp Temple of the Lizardfolk","Swampy Marsh")]

See Also