I'd like to know if it's possible to check if a global function exists before doing invokeFunction or invokeVoidFunction.
If I try to call a function that doesn't exist, the stack keeps getting filled with "`attempt to call a nil value'"
Any ideas on how to prevent this?
Thanks