I just added an agc file to my project to load my media from a separate source file and it seems the label cannot be found.
I thought gosub might be a "core" command but it's not in that section of the help files.
Is there a simple way to add more source files to a project or am I coding this wrong:
+ Code Snippetrem In main file
gosub loadMedia:
rem In another agc file
loadMedia:
rem My loading code here...
return