TGame.LoadList
function LoadList(MapsList: string): Boolean MapsList: path to a new list of maps Result: if it worked or not
Description
Changes list of maps used
Returns true if changing the list was successfull, false otherwise
Example
Game.LoadList('climbmaps.txt');