Trying to call new async function:
with this inside:
It works on record mode but in compiled mode it says " [340972987] [11:21:10] Thread #1 : Thread ended with message "ReferenceError: Can't find variable: _thread_start during execution of action "
@allister Ok, finally I got your point. You define function as actions in Main function. _call(_on_start, null)! is placed only after functions defined through main interface.