Hookish

Citizen
  • Posts

    1
  • Joined

  1. [ QUOTE ]
    Is there a way to save/load macros? I made some and then did bind_save and it didn't save. If I were to put them into a keybinds file and then do /bind_load, would that load my macros? (i doubt it) or would I have to retype them all with each new character?

    By the way, toggling commands doesn't always require multiple keybind text files. Observe the following:

    /macro 1 "powexec_name Gash$$bind z powexec_tray 2 9"
    /macro 2 "powexec_name Chop$$bind z powexec_tray 1 9"
    /bind z "powexec_tray 1 9"

    Press z and execute Gash. Press it again and execute Chop. Press it a third time and execute another Gash. etc. This is assuming that you put these macros in tray 9 slots 1 and 2.

    This isn't as versatile as using the text files because you'll need to redo your macros if you change their positions on the trays, or change the trays they are on, plus you'll need to edit them if you change the key you wish to use to toggle. However, this is an alternative.

    [/ QUOTE ]