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...