setCurrentMap

From RPTools Wiki
Revision as of 16:11, 24 October 2009 by Kbielefe (talk | contribs) (missed a bracket)
Jump to navigation Jump to search

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