i am new to this bot and trying to learn of the script logics.
My usernames are saved in usernames.txt file and i've loaded them in "Resources" in BAS. How can i make it so that if the "The username is already used" error pop up appears, then BAS tries to use second line of usernames.txt?
By default bot should ignore errors, adding ignore command to all functions is really time consuming. This is where BAS needs to make changes. It is better to define a fail or stop command rather than modifying each block..really BAS Should do something so that Bot don't stop on minor errors.