yes. i did create skill that was able to create .xml scripts working in BAS. i will not share it, sinse it is not finished and it needs more testing and fixing and I don't have time for it. With few hours/days you can do it with claude code you can start with skill.md from this post and work on adding all knowlege about BAS conventions and different actions and their interface incoding to be showable in bas and create claude code skill for it.
https://community.bablosoft.com/topic/32063/skill-для-написания-проектов-через-claude-code?_=1783629618785
Proper way to loop a script?
-
@cleez Not sure what you mean. Please check out the wiki examples, https://wiki.bablosoft.com/doku.php?id=start.
especially Tutorial #4. Creating parser with several stages for the call function in several threads.If you set the Success Number to > 1 it will keep running until the Success or Fail mark is hit. If you need to loop something inside the script, Recorder Command -- [cate] Script Logic > For, Foreach, OR While will run the desired code over and over again depending on what you need done.
- For is Indexed loop.
- Foreach is for lines from file or array's(list) that need to be looped threw. Account, URL's, PROXIES, etc. Variable "FOREACH_DATA" is auto-created.
- While is like an "If" statement. (1=1) // will run forever.
Variable "CYCLE_INDEX" is auto created for all these commands.
Let me know if this helps!
Allister ☯
-
@Allister What I mean is I want this script to run a certain amount of times but I couldnt find anywhere to change the success number outside of the "Call function in several threads" feature.
I do think we might be saying the samething since you do seem to be mentioning using "Call function in several threads" which is what I was asking about.
I tried using the "Call function in several threads" with the "main" function but it didnt work at all. It seems like I have to make a second function just to get it to work.
-
@Allister Woooow how did I not notice those pencil icons lol. Thank you again that is exactly what I was looking for. Is there anyway we can get the tutorials fleshed out and updated? I would definitely like to update the database and twitter one
