Jump to content
UBot Underground

"evaluate" qualifier... Is it possible to have it "=" multiple values?


Recommended Posts

Here's the background.

 

I'm making a bot that will loop 50 times. I'd like the bot to pause after every 10 loops. One way I thought to do this was:

 

(1) create a variable (#loop) that increments by 1 on each successful loop.

(2) At the beginning of each loop would be an IF (evaluate variable #loop) THEN (pause)

 

For this to work, I need the "evaluate" node to be #loop = "10 or 20 or 30 or 40 or 50". Is this possible? Can I enter multiple values into the "second value" field?

 

 

Thanks

Link to post
Share on other sites

You could do something like this, if evaluate #loop = #number then inc #number inc #number inc #number inc #number inc #number inc #number inc #number inc #number inc #number inc #number,

if #loop = 50 then pause script,

pause script

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...