Jump to content
UBot Underground

Two ubot scripts in one?


Recommended Posts

Hi all,

 

I notice that I can create a new script within ubot, so if Im working on a project I can create another "untitled script 1" layer.

 

When I compile it it make the software with the two tabs. However, they both seem to run at the same time. Is there a way I can make it so that the second tab only runs after the first one has done its tasks?

 

Thanks!

Kevin

Link to post
Share on other sites

Kev,

They both don't run together, but just one at a time. Unfortunately you can't run them individually together. They can only be run one at a time.

Link to post
Share on other sites

You can place all the code in the second tab in a define node (custom command) and run it from the end of the first tab.

 

 

John

Link to post
Share on other sites

Guys - my mind has drawn a blank and I know I can do this but I'm going around in circles.

 

Block text

List of URLS pasted into it.

 

I want to navigate each one - one at a time.

 

 

add item to list

 

set list position (set to 0)

then in the navigate I have $next list item

 

but its not working...

 

Where am I going wrong?

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