|
code.monkey Newbie
Joined: 10 Jul 2003 Posts: 1
|
Posted: Thu Jul 10, 2003 7:46 pm
multistate buttons |
I am trying to get a macro to drop down a multi-state button.
I have a multi-state button like so:
#BUTTON 1 {Ships} {} ... blah blah blah
ID:ships
So I try wit a macro:
#BU 1 or
#BU ships
neither work They seem to "trigger" the button but not drop it down. |
|
|
|
megamog75 Enchanter
Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Thu Jul 10, 2003 9:01 pm |
#CLASS {macro_buttons}
#KEY SHIFT-Q {#BUTTON 1 {help} {beep beep Richie} {} {} {} {} {} {} {} {} {} {} {} {} {} {} {} "" {} {} {}}
#KEY SHIFT-A {#unb 1;#echo you just killed your button}
#CLASS 0 |
|
|
|
|
|