What key you want it on?
First, put this into VARIABLE table
Then into macro you using, add this line at the top
and add this as a new macro
[macro]20 {pauseA} PauseKey:=:K_DIVIDE !PauseMacroA==:No [a] Cooldown.Blocked(pausCD)==0 Tibia.KeyDown(!PauseKey)==1 Cooldown.Create(pausCD, 1200) PauseMacroA:=:Yes exit() {a} Cooldown.Blocked(PauseHUD)==0 [b] HUD.Print(2, 3, 200, 0, 200, 4000, This message will show when your macro is PAUSED change it if u want) Cooldown.Create(PauseHUD, 4000) {b} Cooldown.Blocked(pausCD)==0 Tibia.KeyDown(!PauseKey)==1 Cooldown.Create(pausCD, 1200) PauseMacroA:=:No exit() [/macro]
I used / on numpad as my key to test it, u can change it, its first line of my macro
PauseKey:=:K_DIVIDE
First, put this into VARIABLE table
Code:
PauseMacroA=0
Then into macro you using, add this line at the top
Code:
!PauseMacroA==:No
and add this as a new macro
[macro]20 {pauseA} PauseKey:=:K_DIVIDE !PauseMacroA==:No [a] Cooldown.Blocked(pausCD)==0 Tibia.KeyDown(!PauseKey)==1 Cooldown.Create(pausCD, 1200) PauseMacroA:=:Yes exit() {a} Cooldown.Blocked(PauseHUD)==0 [b] HUD.Print(2, 3, 200, 0, 200, 4000, This message will show when your macro is PAUSED change it if u want) Cooldown.Create(PauseHUD, 4000) {b} Cooldown.Blocked(pausCD)==0 Tibia.KeyDown(!PauseKey)==1 Cooldown.Create(pausCD, 1200) PauseMacroA:=:No exit() [/macro]
I used / on numpad as my key to test it, u can change it, its first line of my macro
PauseKey:=:K_DIVIDE