From a2e159e1eac3ecb498e0f500270b06e1f0512a2d Mon Sep 17 00:00:00 2001 From: Sic Date: Mon, 24 Jul 2023 18:34:39 -0400 Subject: [PATCH] update --- resources/EasyFind/ZoneConnections.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/EasyFind/ZoneConnections.yaml b/resources/EasyFind/ZoneConnections.yaml index 8aed1ff..67cf76c 100644 --- a/resources/EasyFind/ZoneConnections.yaml +++ b/resources/EasyFind/ZoneConnections.yaml @@ -1158,17 +1158,17 @@ FindLocations: - type: ZoneConnection switch: 15 targetZone: greatdivide - name: 'Great Divide' + name: 'The Great Divide' script: | -- Wait for window to open and click the button on the right - mq.delay('5s', function() return mq.TLO.Window('LargeDialogWindow').Open() end) + mq.delay('10s', function() return mq.TLO.Window('LargeDialogWindow').Open() end) if mq.TLO.Window('LargeDialogWindow').Open() then mq.TLO.Window('LargeDialogWindow/LDW_NoButton').LeftMouseUp() end - type: ZoneConnection switch: 15 targetZone: greatdividetwo - name: 'ToV' + name: 'Great Divide: ToV' script: | -- Wait for window to open and click the button on the left mq.delay('5s', function() return mq.TLO.Window('LargeDialogWindow').Open() end)