Some scripting suggestions

Just some things I noticed absent from my first go around with scripting.

An update tag of some kind on widgets like maybe:

 onchange = function() someFunction() end

Or:

 onevent = function() someFunction() end

Also, maybe some events on key presses, mouse clicks, user events, etc.

Just a couple of things that would make the scripting API way more robust without having to add a million things.

I’m not sure if I understood your post correctly, but if you’re asking for events to be added, that’s already a planned feature:

1 Like

Ok. Cool. That sounds exactly like what I was talking about. Thank you, @eishiya.

[EDIT] Oh. Wait. That was a reply to one of my topics! :rofl: My bad. Forgot about that answer.

1 Like