| Posted by: daley - Monday, January 22, 2007 7:15:13 AM |
|---|
| How do I make a script loop over and over with various time delays? Thanks |
| Posted by: fleetatks - Monday, January 22, 2007 12:36:23 PM |
|---|
| Have Script A say 'set timer1 to expire' and 'enable script B' And 'Disable Script C' Have script B say 'Set timer1 to expire' and 'Enable Script C' and 'Disable Script A' Have Script C say 'Set timer1 to expire' and 'Enable Script A' and 'Disable Script B' And have all those actions have their condition as 'If Timer1 Expires' and make sure Script B and C are disabled, and Have all of them have 'Deactivate upon success' unchecked. |