What is the difference between local and global variables in relation to the Toolset and Campaigns?
A campaign may contain many modules. Global variables give you a way to store/access data throughout the campaign. You do not have to use the “SaveGlobalVariables” and “LoadGlobalVariables” functions every time you want to exit, enter, or re-enter an area. The globals persist throughout the campaign and are always accessible. The variables are stored in an xml file called globals.xml. Very handy for inspecting values (and editing I suppose). There aren’t script commands for transferring/accessing the variables in this file outside the scope of the campaign.