I'm tinkering with a couple ideas in a TCFF script here.
At the moment I have a single function library with 3 functions in it. I have three separate "Call Function" statements that call the functions in order and it works as expected.
But I would like to have a a single "Call Function" statement that randomly calls one of the three functions in the library. Is there a simple/elegant way to do that?
Thanks in advance,
Chris