We have some internal messaging and tracking code that bridges between Construct 3 developed games and the website on which they are running. At the moment, that code his being duplicated in each game by adding a core set of a couple of script files. As time goes on, changes to that common code is going to be tricky to maintain since we will have to apply an update for each and every game. Is there a way to provide a list of common source files to include when our game loads much like script tags on the resulting html content?
Thanks
Andrew