Open JackWilliams-FractureSounds opened 9 months ago
Correctly throws error because of missing parentheses on UICB, but the error dialog is tricky to understand and not user friendly.
on init declare ui_slider test (0, 10) end on on ui_control test // missing ( ) message("test") end on
Correctly throws error because of missing parentheses on UICB, but the error dialog is tricky to understand and not user friendly.