@radb0310 said in Please help me: TypeError: The result of expression 'result' [153,136,234,130] is not a function:
How do I detect that the result function has been overridden,
There is a code: "result = ..." in your script
@samlol said in Call function not returning to main thread after finishing:
as the title says I call a function in my script but once that function is completed the script doesn't go back to the main thread instead it just stops. I think this might be a bug or does someone know why this would be happening?
Most likely you switch between functions using labels
Test script