setCurrentMap
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)