Running two or more copies of a script simultaneously

I have a script that uses a sleep timer and runs for a long time. I would like to be able to execute it more than once, but when I double click on it, and it is already running, it just opens the already running version.

How can I launch two or more copies of the same script at once?

Hi Martell

Maybe try saving three different versions, ie: three scripts the same but named differently?

Yes I’m sure that would work, it just does not seem very elegant. Thanks though. I will resort to that if there is not a better solution.

it sounds like your trying to load balance because you get large loads in waves is that correct ?

mm