I've used functions before, and I swear it was always right here.
I want to click the button, then call the function and display the result as text. But... there are no functions to call.
Develop games in your browser. Powerful, performant & highly capable.
Functions that return a value can't be called directly, only from an expression:
Set myVar to Functions.FactorCalculations(param)
Thank you! I have never used a function that returned a number before!