// Gui scripts
exec("./playerList.cs");
exec("./chatHud.cs");
exec("./messageHud.cs");
exec("scripts/gui/playGui.cs");
exec("scripts/gui/startupGui.cs");//<------note this one for later!
//------------------- Custom Guis Exec'd here-----------------------------
//custom startup events
exec("art/gui/custom_gui/custom_startupgui_Background.gui");
exec("art/gui/custom_gui/custom_startupgui_Game.gui");
exec("art/gui/custom_gui/custom_startupgui_Developer.gui");
exec("art/gui/custom_gui/custom_startupgui_Torque.gui");
//end of your new custom exec'd gui files
// Client scripts
exec("./client.cs");
exec("./game.cs");
exec("./missionDownload.cs");
exec("./serverConnection.cs");