Run Project Script from Gateway

I have a Tag Event that runs a Gateway script. I would like this to call a project script, but the project scope is unavailable. This is obviously because there could be multiple projects on the same gateway. Is there a way to specify the project script that I want to run from the gateway?

Any help appreciated.

There’s not. You need to use the global scope script modules for this.

Thanks Kevin,
I’ll try another way then.