I have 4 functions:
func1
func2
func3
func4
How do I call one randomly on start of game:
Example logic (not syntax, just logic):
OnStartOfLayout --- > Call "func"+(random)1,4));
I was told I could use javascript, but thats not really the answer I need as I assume you could do most anything in javascript as an alternative :-) Unless you're telling me "that is the ONLY way you can do it." If so could some suggest code - I believe this is fairly easy for a seasoned JS programmer (as I am not).
Thank you in advance!!!