Hello,
I have made a script for my use, it works as intended, but only 3 questions:
1- I have a for loop that starts from 1 and should end at a numeber that changes with every use. Let's say now it starts at 1 and ends at 15, but then in another use it starts at 1 and ends 20, how to prompt a dialogue asking for the endingnumber with evry new use.
2- When I start the script it always starts at the folder where it is saved, i want it to start paused and have a key or combination that will start the execution of the script where and when I need it.
3- Between the script actions some need more time than others, how to set a waiting parameter between the execution of the commands, like between command 1 and 2 have a 5 seconds delay.
Thank you.