I have 6 functions, called callClip1, callClip2, callClip3 and so on.
I had planned on writing out 6 else/if statements to call each of these when I need to, but I thought it could (possibly) be done another way. Could I call one function called "callClip" and add a variable to the end of it that I set elsewhere? So if the variable was set to 3, it would put callClip + 3 together and call that function?
Thanks