mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-09-21 06:12:57 -04:00
Removed unnecessary references and cleaned up scripts.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user