setCurrentMap: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(New Function)
(No difference)

Revision as of 16:10, 24 October 2009

setCurrentMap() Function

Introduced in version 1.3b60
Designates the given map as the current one, allowing initiative to be moved from map to map.

Usage

setCurrentMap(mapName)

Examples

[h: status = input("NewMap|" + getAllMapNames() + "|Map to switch to|LIST|VALUE=STRING")]
[h:abort(status)]
[h:setCurrentMap(NewMap)

See Also