If it takes params, but doesn’t return anything, you get a red event

But if you make a function ( ie, it returns something ), you can’t have a red event

because it’s a function.
If at some point you decide you no longer want it to be a function ( it doesn’t return a value )
You can convert it




