SOLVED: Server Scripting Help

Hi. I am locally running a CoD4X server with the BotWarfare mod.

I have followed the example in the Scripting Guide, located in the CoD4X documentation here. However, I have not been able to make the script work. I have followed the folder structure - the welcome.gsc file is in /main_shared, and the edited _callbacksetup.gsc is located in /main_shared/maps/mp/gametypes.

I have successfully edited _hardpoints.gsc in /main_shared/maps/mp/gametypes to disable killstreak rewards, so I know the files are overwriting the raw scripts, yet the welcome script is not working and I cannot figure out why.

Any help in this regard would be appreciated, as would any links to more on scripting for CoD4 - I haven’t found much in my searches.

For reference, instead of just deleting the topic - _callbacksetup.gsc was already being overwritten by the BotWarfare mod - applying my changes there was successful.