Yeah, I thought about that, the problem is this is quite a complicated little piece of scripting. There about 45 of those that I need to do in sequential order, and the time in between them is going t ...
I am trying to setup a trigger that will wait for a certain condition to be met, then execute a command. I want it to do several of these in a row without having to setup a finite state machine. Here' ...