Skip to content

Proper queueing for macros with multiple GCD actions.#56

Open
natis1 wants to merge 1 commit into
cairthenn:mainfrom
natis1:main
Open

Proper queueing for macros with multiple GCD actions.#56
natis1 wants to merge 1 commit into
cairthenn:mainfrom
natis1:main

Conversation

@natis1
Copy link
Copy Markdown

@natis1 natis1 commented Dec 9, 2023

Closes #35 . Basically the base game will allow you to queue GCD actions that are in the "Cannot use yet" state. Once queued, it will stop you from queueing further actions. This checks if the action is in this state and then doesn't queue it if so, completely skipping it in the macro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Only first GCD action queues.

1 participant