Clear.mac

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

joetest123
decaying skeleton
decaying skeleton
Posts: 8
Joined: Mon Jun 17, 2002 9:57 pm

Clear.mac

Post by joetest123 » Mon Jun 17, 2002 10:00 pm

I often fail to make my macro to work the first time through, and it ends in a wierd state. I run this mini macro to release my state.

Code: Select all

| - clear.mac -
|
| Just a quick file to try to get you out of a borked state.
|

Sub Main

/sendkey up ctrl
/sendkey up shift
/sendkey up alt
/press esc
/press esc
/press esc

/return

User avatar
Goge
Macro Author
Macro Author
Posts: 71
Joined: Sat Jun 15, 2002 11:55 am
Location: Terra

Post by Goge » Mon Jun 17, 2002 11:26 pm

i get it ^_^ happens to me all the time, your not alone :)
He who sleep with Itchy arse wake with Smelly finger.

Plazmic
The One
The One
Posts: 800
Joined: Fri Jun 14, 2002 12:31 am
Contact:

Post by Plazmic » Mon Jun 17, 2002 11:29 pm

I usually just hit ctrl, shift, alt after i type /end
- Plazmic