steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
120 stars 36 forks source link

Exit no longer exiting #55

Closed zorkings closed 3 years ago

zorkings commented 3 years ago

Whenever my script reads to exit it just runs an attack and refreshes, used to work (haven't used in pretty long time)

image

steve1316 commented 3 years ago

I too have not used this command in a long while so this slipped past me. Just pushed an update fixing this.

zorkings commented 3 years ago

Still occurring for myself

steve1316 commented 3 years ago

Just tested with Europa raid using this script:

Turn 1:
    summon(6)
    character1.useSkill(1)

    character3.useSkill(1)
    character2.useSkill(2)
end

Turn 5:
    exit
end

It successfully exited to the Home screen at the end. Can you post your message log and combat script here for me to take a look at?

zorkings commented 3 years ago

I see, I put the exit into Turn2: and it works, sorry I didn't know that was the syntax I didn't have it inside of the next turn. Working now.