I know this has been said before, but I keep having scripts breaking because of this:
PHP Code:
GraalScript: Function Interface_LevelText.adjustText not found in script of Weapon _Interface
When I use join("classname"); I expect it to be instant or at least freeze the rest of the script until it really is joined. In this particular case, adjustText() is a function found in the class gui_basics which is joined to the GUI when created and later on called.