I think in C2 you did something like 'variable = Function.call(myfunction(params etc)) but I can't work it out in C3. There's no 'function' comes up in the auto-fill. I know how to set the return value, just not how to retrieve it.
Have you set a return value in a function that is return type None?
Develop games in your browser. Powerful, performant & highly capable.
Make sure you set the function's "Return Type" to something other than None
Thanks, got it now.