How to run the same action chain multiple times
Currently I'm making a program to hotkey to reset a world in a game, with specific settings that the user chooses through a tkinter GUI. I make an action chain so that I can set up a global hotkey outside of the GUI class and run the ActionChain (which was defined in the GUI class) outside the GUI class. However, after running the action chain once, I can't run the same chain again. Is this even something possible to be able to do?
Currently, this is not possible. However, it should be possible to change the implementation to allow this. I'll add this change in the near future.
Action Chains will be removed in v1, hence closing this issue.