/* This file is a global configuration file for Omni-bot. It contains generic global options for the bot that apply to all games. In this case, 'Config' is a global configuration object that stores the options. It is NOT a table. */ Config.EnableDumpFile = true; Config.EnableDumpFileDlg = true; Config.DumpFileFolder = ""; Config.EnableRemoteDebugger = false; Config.EnableInterProcess = true;