Temporarily suspend some events for a pre-defined period of time #971
ohlalayeah
started this conversation in
General Feature Requests
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Current: if the events with higher priority are put on top of the event list in order to let Klickr spend more system resource on them and then some events are turned off using "Change State" feature for free-up system resource and let the app focus on the desired events and then turn them on again to continue playing the game automatically. However, this makes the logic of macro complicated.
Suggestion: create a feature that allows specific events to temporarily turn off desired events for a pre-defined period of time.
E.g. Event A sets Events C, D, E to "Off" state for 30 seconds and set Event B to "On" state. Event B is the event requires most system resources to run and it is run right after Event A is activated. After the "30 seconds" period, Events C, D, E resumes to "On" state. State of Events A and B remain unchanged.
All reactions