Hi,
I wasn't able to find anything on this, but I may simply be searching the wrong terms. Feel free to answer with just a link to another thread.
I have a function in GlobalScript which calls several lines from another package (SCUMM_VERBCOIN_GUI). This works fine, and that function is called SetVerbCoin.
I also have a package called General, and although it would probably work to just remove this package completely and put everything in GlobalScript, I'd rather not do this. A function in General needs to call SetVerbCoin. I can't seem to say anything like "GlobalScript.SetVerbCoin". Nor can I move this function to General, because although GlobalScript can call functions from General, General does not seem to be able to call functions from SCUMM_VERBCOIN_GUI.
I'm a pretty visual person, so I thought this diagram might help to see what I mean:
http://agile-games.net/misc/images/functions.png
I wasn't able to find anything on this, but I may simply be searching the wrong terms. Feel free to answer with just a link to another thread.

I have a function in GlobalScript which calls several lines from another package (SCUMM_VERBCOIN_GUI). This works fine, and that function is called SetVerbCoin.
I also have a package called General, and although it would probably work to just remove this package completely and put everything in GlobalScript, I'd rather not do this. A function in General needs to call SetVerbCoin. I can't seem to say anything like "GlobalScript.SetVerbCoin". Nor can I move this function to General, because although GlobalScript can call functions from General, General does not seem to be able to call functions from SCUMM_VERBCOIN_GUI.
I'm a pretty visual person, so I thought this diagram might help to see what I mean:
http://agile-games.net/misc/images/functions.png