execfunc
Syntax: zs.execfunc(funcname[i],arguments[i])
Executes a zScript function and return its value.
Examples:
print( zs.execfunc("test",123)) calls the "test" function with the number 123 as the first argument (%1) and prints the value returned from the function