How do I make it so a random function within the script runs. What I tried was giving all the functions the same name but with a different number at the end. In my script I added the name of each function, then the random function with a range of 1-3 since that is what each function has at the end, but this of course did not work. What is another way of doing this without using the random function?   HotKeySet("{F1}", "endProg") While(1)     camera(random(1, 3, 1)()  WEnd  Func camera1()     sen