Jump to content
UBot Underground

UBOT4: add to list not working?


Recommended Posts

Hi I have attached a sample bot with add to list function and try to navigate using $next list item. It's not working for me..

 

is this problem the same with everybody or its just me??

 

 

edit:maybe I posted on the wrong section...

 

P.S. Please separate V3.5 and V4 topics for easy searching and navigating.. thanks

sample-notworking-addtolist.ubot

sample-notworking-addtolist 2.ubot

Link to post
Share on other sites

You need to use $add list to list when adding list from file and not $add items to list..

 

Try this:

 

ui open file("sample", #sample)
clear list(%samplelist)
add list to list(%samplelist, $list from file(#sample), "Delete", "Global")
navigate($next list item(%samplelist), "Wait")

  • Like 1
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...