wonsungi123 Posted July 15, 2018 Posted July 15, 2018 Hello, So Im looking to make this thing that does 3 things and loops... So here is the explanation... 1) I press a hotkey for it to start/stop 2) It does activity A for 15 times 3) pauses for certain time - B 4) Loop 2 and 3 for few times so it goes A B A B A B etc 5) Another activity C that occurs once every few ABs ex. A B A B A B C and then starts over again -> [A B A B A B C] [A B A B A B C] I already got a simple version of it doing only A but i want to make the B pauses when A runs the characted out of energy. Currently Using HotKeySet with the start/pause and func for start pause. The thing is i have no idea how to get the loop into another one.
Developers Jos Posted July 15, 2018 Developers Posted July 15, 2018 17 minutes ago, wonsungi123 said: A runs the characted out of energy. Meaning you are doing game automation I guess, so it seems you missed our forum rules. Please read those now. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts