Hi, plugin makers and Ashley
In the latest C2, if the expression only has "ef_deprecated". It will rise an error when open C2.
It is better to be "ef_deprecated | ef_return_number" or "ef_return_number | ef_return_string".
This is by design. Even deprecated expressions need to specify a return type, because they can still be in use in projects.
Develop games in your browser. Powerful, performant & highly capable.
Thanks. Some 3rd plugins had this problem. Just a notification for us.