Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicprofundus committed Jul 24, 2023
1 parent e92185f commit a2e159e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/EasyFind/ZoneConnections.yaml
Expand Up @@ -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)
Expand Down

0 comments on commit a2e159e

Please sign in to comment.