boricmytu Posted March 10, 2008 Report Share Posted March 10, 2008 I would like to ask, how to create random timing between this: Mouse Right Button Click Delay 30 Seconds Mouse Right Button Click Lets say its set to 30 sec in the macro and i want it in the interval between 10-30 seconds? Thanks for your advice Quote Link to comment Share on other sites More sharing options...
kevin Posted March 10, 2008 Report Share Posted March 10, 2008 Variable Set Integer %N1% with a Random Number // Get a random number between 0 and 20 Variable Modify Integer: %N1% = %N1% + 10 // Add 10 to make it a random number between 10 and 30 Mouse Right Button Click Delay %N1% Seconds // Delay between 10 and 30 seconds Mouse Right Button Click Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.