So, I'm fairly new to Blizzard's ABS. I recently discovered that you can use a script command to call the HUD. I have that now, but what I'm looking for now is how to call the Hotkey Display as well as the Minimap.
I assumed that these were the corresponding inputs. . .
Hotkey$game_system.hotkey= true
Minimap$game_system.minimap= true
But apparently, these are not correct.
Any help would be appreciated very much.
PS. Is there any other script commands for Blizz ABS that I should have knowledge of?
$game_system.hotkeys = true/false
$game_system.minimap = 0/1/2
0 is off, 1 is in corner, 2 is fullscreen
And read the manual. That's what it's there for.