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.
Rework enableFullAuto and enableSemiAuto commands by changing the following:
It does not end script reading when it is executed.
Have the bot keep a better internal reference to the Turn number passing by reusing the same logic by wait_for_attack() to allow additional commands to be read afterwards.
Rework
enableFullAuto
andenableSemiAuto
commands by changing the following: