January 2, 20179 yr I made a script, and it runs fine, but it stops working after it breaks (it logs out, breaks then logs back in, and then stops doing anything). I was wondering if there's anything I am supposed to do when coding the script so that it handles breaks properly, or if it's supposed to work automatically.
January 2, 20179 yr well it depends on the logic of the script since the script starts at the beginning again like if its at a step where it doesnt work for then it will error
January 2, 20179 yr essentially what drdu said - if you have any sort of linear logic that wouldn't make sense from the beginning of onLoop(), chances are your script will break.
January 2, 20179 yr Author I think I have an idea of how I could fix this, thanks a lot for the help guys!
Create an account or sign in to comment