Quote from: Khris on Wed 26/02/2020 17:06:19
As far as I know, when the engine tries to call a linked function which doesn't exist, you'll get a runtime error.
So a "dead" button means that either the function is written in a way that doesn't appear to do anything, or it's empty (or you aren't actually clicking the button because the mouse cursor hotspot was displaced or something; I assume the button's mousedown image appears when you click?)
The ellipse button not jumping to the function is something that happened to me once IIRC when I was working with a really long global script. Thousands of lines, and jumping to the function wouldn't work for functions way down near the end.
What you explain at the end is exactly it, but yeah i've solved it anyhow using the import export gui solution