I made a macro that has quite a few conditions such as "DragPills", "AltSlots", "HBSx" (Where x is 1 through 4).
The former two are boolean values and HBSx reads the address of the slot on the hot bar. (Ex. HBS1 = 00B5FA24, HBS2 = 00B5FA30).
Each "HBSx" address changes for each of the three hot bars. You really didn't need to know that information but I wanted to paint a picture even if it's faint.
My question....
Is it possible to create a GUI so I, and other players of the game I made this for who do not understand coding can easily customize the values?
Instead of opening AC Tool and changing the value of "DragPills" from '0' to '1' they can click a button that changes from "On" to "Off".
