Using Blizz ABS v 2.84, I intend to get rid of the Blizz ABS pre-menu entirely (no need for AI behavior etc) and incorporate Hotkeys Configuration as a button on the regular Menu.
To start out, I am going into Scene_Menu and under def_main to change the command window and added something along the lines of...
s7 (or whichever number) = "Hotkeys" yadda yadda
... then I understand that I need to scroll down a ways and put in a "when 7 # Hotkeys", etc.
What I need is:
What do I put in here in order to call the Blizz ABS Hotkey Configuration menu? And do I need to add or change anything to make it so that, when I exit the Hotkey menu, the game defaults back to the regular Menu screen instead of going back to the Blizz Premenu or crashing?
Much appreciated
To start out, I am going into Scene_Menu and under def_main to change the command window and added something along the lines of...
s7 (or whichever number) = "Hotkeys" yadda yadda
... then I understand that I need to scroll down a ways and put in a "when 7 # Hotkeys", etc.
What I need is:
What do I put in here in order to call the Blizz ABS Hotkey Configuration menu? And do I need to add or change anything to make it so that, when I exit the Hotkey menu, the game defaults back to the regular Menu screen instead of going back to the Blizz Premenu or crashing?
Much appreciated