Well, I've just returned to ISXEQ2 but I have lost all my old scripts that I had written. Can someone enlighten me as to how to assign a key to a function?
Specifically, I am trying to assign my F11 key to pausing EQ2bot. I have tried adding this to "function main" but it doesn't work.
Specifically, I am trying to assign my F11 key to pausing EQ2bot. I have tried adding this to "function main" but it doesn't work.
Code:
bind PauseBot:Set[TRUE] "F11"
bind ResumeBot:Set[TRUE] "F12"