How do I stop a vizzy string or line from continuing to whatever it is doing

Tags
Question

6 Comments

  • Log in to leave a comment
  • Profile image

    the easiest way is to use a wait block and predict how long it will take for the other program to end, shouldn’t be too hard

    2.2 years ago
  • Profile image

    @Aquaflames4571
    Im a vizzy noob but my best guess for another noob is to add an "else if" block at the end of every script you want to stop.
    It will demand "else if" the abort state happens then do nothing basically or add a break in there.
    I hope this helps you or someone else responds to you with a better answer.

    2.2 years ago
  • Profile image

    @YaMomzBox420
    Thank you

    2.2 years ago
  • Profile image

    @OmniExplorationDivision I'm trying to make an abort system once activated I want all program to end except for the abort program

    2.2 years ago
  • Profile image
    1,159 YaMomzBox420

    @OmniExplorationDivision You can undo a break in the code if you design your program to start back at the beginning of that loop somehow(there's a few ways to do this either with broadcast or custom expressions. You could also do it based off user input like AGs). Granted though, it might not be worth the effort depending on what you're code is supposed to do

    +1 2.2 years ago
  • Profile image

    The Yellow Break action will stop the loop but also never allow the loop to work again during that play.
    You can do other stuff to stop a loop but it depends what you're trying to do.
    Give an example of what you are trying to achieve and someone might be able to help.

    +1 2.2 years ago

No Upvotes

Log in in to upvote this post.