Dedicated to @Bytzoid Did a benchmark on ways to run different code based on the value of a variable. : Each test was done with 1,000,000 iterations and 20 trials with the average time of the trials: using if else statements inside if else statements and so on was the slowest, with an average time of 9.3969 using if statements with "stop this script" blocks inside of them had an avg time of 6.14155 using brodcast and wait blocks had an average time of 4.90745 using normal brodcast blocks was the fastest, and had an average time of 4.87905