Skip to content

Commit

Permalink
do not mute when passing save popup
Browse files Browse the repository at this point in the history
  • Loading branch information
vikbez committed May 1, 2017
1 parent 20600fe commit bd16718
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RUNME.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ while WinExist("ahk_class PACMuseum") {
if FileExist("skip_save_popup") {
FileDelete skip_save_popup
; mute volume so we do not hear the "ting" when we press A
Send {Volume_Mute}
; this is commented because sometimes the Volume_Mute command does
; random things as "menu open" button in game
; Send {Volume_Mute}
Send {z}{w}
Sleep 400
Send {Volume_Mute}
; Send {Volume_Mute}
}
Sleep 500
}
Expand Down

0 comments on commit bd16718

Please sign in to comment.