Jump to content
UBot Underground

Getting Error with Loop Exercise


Recommended Posts

Hi,

 

I'm going through the #5 Video about Looping over at http://ubotstudio.com/tutorials.aspx

 

 

Why do I keep getting the following error when I try to run the script?

 

I copied the code:

 

loop(5) {

type text(<name="q">, "blue", "Standard")

}

 

 

Error Message:

Please finish editing all nodes before running your script.

post-5407-0-46722800-1342394758_thumb.jpg

Link to post
Share on other sites

sounds like you added the type text to the loop node and the loop node was still open to be edited when you did so. then you clicked ok on the loop node, while the type text node was still open.

 

This is a common issue

 

always close the nodes from the inside out. start in the middle click ok to close and move your way to the outer most nodes to click ok on them.

 

Save the file and reopen it will remove the error your seeing.

Link to post
Share on other sites

Close and re-open it. It will be fine (save it first)...or just create a new bot if you only have that line of code.

 

John

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