From bd16718665e28388fb97959b6d28fa324973389d Mon Sep 17 00:00:00 2001 From: Romain Gay Date: Mon, 1 May 2017 23:33:46 +0200 Subject: [PATCH] do not mute when passing save popup --- RUNME.ahk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RUNME.ahk b/RUNME.ahk index 6fc47b6..c82a3a1 100644 --- a/RUNME.ahk +++ b/RUNME.ahk @@ -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 }