/** * Called when the script engine first initializes */ export const ENGINE_onInit = () => { console.log('Script Engine Init') }