Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solve miney to ingame synchronization #19

Open
Dagobert42 opened this issue Jun 24, 2021 · 0 comments
Open

solve miney to ingame synchronization #19

Dagobert42 opened this issue Jun 24, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Dagobert42
Copy link
Collaborator

lua_actions are executed concurrently, meaning the action stack is just being dumped into the game really fast -> we still need to find a way to synchronize bot actions (do A... when done with A do B... and so on), I believe in miney this has to be done by creating ingame callback events, we cant use our own callbacks since they would also be triggered just like the next action right after the current action has been successfully sent off to the game

@Dagobert42 Dagobert42 added the enhancement New feature or request label Jun 24, 2021
@Dagobert42 Dagobert42 self-assigned this Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant