Im having a HUGE issue trying to create my 1st bot.
I've given it most of the steps to execute, I did a test run, and all was fine (in the editor)
I then needed to make a few changes, and after my changes my bot doesn't work anymore (in the editor)
It appears that the bot is trying to execute the tasks according to the number assigned to the task, and not in the order that I have the steps listed.
Ex:
1.LoadUrl
5.Sleep
4.ControlOperate
3.VariableOperate
2.SetValue
Will BotChief loadurl, sleep, controlop, variableop, setvalue in my order listed (regardless of the step number)?
Or is botchief loadingurl, setvalue, variableop, controlop, sleep?
This is what it is appearing to be doing. My changes that I made pertained to my variables, not clicking anything or other functions.