- Joined
- Sep 6, 2020
- Messages
- 3
- Reaction score
- 3
Note: This will only save codespace if you need to run more than 5 functions in a row.
Step 1: Create a local variable as a list of all the function names. For this tutorial, I'll call this "funcList".
Step 2: Repeat for each in the list "funcList" with a local variable for the object in the list. In here, I'll call this "funcName".
Step 3: Make a Call Function block with the name "%var(funcName)", or whatever you named the local variable in the repeat. Don't worry if it gets cut off on the sign, it'll still work.
Step 4: Finally, add a Control » Wait with 0 ticks into the repeat.
[Example in Web View]
Step 1: Create a local variable as a list of all the function names. For this tutorial, I'll call this "funcList".
Step 2: Repeat for each in the list "funcList" with a local variable for the object in the list. In here, I'll call this "funcName".
Step 3: Make a Call Function block with the name "%var(funcName)", or whatever you named the local variable in the repeat. Don't worry if it gets cut off on the sign, it'll still work.
Step 4: Finally, add a Control » Wait with 0 ticks into the repeat.
[Example in Web View]