MAP Hide OR Change Height of Map - KVonGit/quest5-stuff GitHub Wiki

To hide the map:

JS.ShowGrid (0)

To change the height to 150:

JS.ShowGrid (150)

To set it to default:

JS.ShowGrid (300)