Jump to content
UBot Underground

[Solved]Is there a way to run a random command?


Recommended Posts

Signing up to Jigsy.com

 

I want to be able to select a random theme out of the ones they give you to select..

 

I don't want to select the same one everytime..

 

Is there a way I can spin the 'click' command to make it chose different ones each time?

 

I don't mind if it's choosing out of say 6 that I've preselected.. It just can't chose the same one each time..

 

Thanks!

Link to post
Share on other sites

Click by offset.

 

so if you were to drag over all 6 options.

You will see there is an off set attribute.

 

Now set these inside if else statements.

 

first set a variable

set #var $rand(0,5)

 

this will set a random offset value.

 

 

then you can have if (comparison(#var = 0){ click this layout}

 

else if (comparison(#var = 1){ click this layout

etc etc..

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...