Removed unnecessary references and cleaned up scripts.

This commit is contained in:
PrisonCamp
2015-01-18 02:05:57 -08:00
parent d8883a6ea6
commit 6a9522ef94
3103 changed files with 5836 additions and 19197 deletions
@@ -1,13 +1,5 @@
// ======================================================================
//
// qascript.script
// Copyright 2005, Sony Online Entertainment
// All Rights Reserved.
//
// VERSION 1.0
//
// Jeff W Haskell
//
// [internal]
// QA Script Tool
// - shows scripts attached to test character
@@ -267,8 +259,6 @@ messageHandler handleDetachScriptOptions()
return SCRIPT_CONTINUE;
}
/*------------- ALL FUNCTIONS ----------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
//BUILDS THE MAIN TOOL MENU
void toolMainMenu(obj_id player)
@@ -454,4 +444,4 @@ void removePlayer(obj_id player, string err)
sendSystemMessageTestingOnly(player, err);
qa.removeScriptVars(player, SCRIPTVAR);
utils.removeScriptVarTree(player, SCRIPTVAR);
}
}