|
Winslow Novice
Joined: 17 Feb 2007 Posts: 48
|
Posted: Sat Oct 20, 2007 12:07 am
Macro to enable macros |
I'm trying to create a macro to enable and disable a set of 4 other macros. I'm always using a laptop and thus, my keyboard is smaller then the usual keyboards not having the additional number keypad on the side so I wanted to set my arrow keys to North, South, East and West. This is however unworkable to have on all the time but every useful when PKing or eating while playing :P.r
So I wanted to make a macro to enable/disable that set of 4 other macros so that I can enable them quickly and easily and disable them too.
Is this possible?
- Winslow |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Oct 20, 2007 12:33 am |
Give the macros IDs and use #t+ and #t- to turn them on and off, or put them all in a class and use #t+ and #t- on the class.
|
|
|
|
Winslow Novice
Joined: 17 Feb 2007 Posts: 48
|
Posted: Sat Oct 20, 2007 11:38 pm |
Wow, suptidly simple. Thought #t was only for triggers but I guess not. Thanks. :)
|
|
|
|
|
|