Ashley
in the scripting api, its possible to have your instances listen to events emitted by several addons/runtime.
how can these events be triggered from 3rd party addons in the sdk?
is the event system between the two compatible? in the sdk there is the runtime.Dispatcher but it seems only the listening events are exposed? will there be a way to emit our own events from the sdk, and be able to listen to them in javascript?