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,15 +1,10 @@
//************************************************************/
// Copyright (c) ©2000,2001 Sony Online Entertainment Inc.
// All Rights Reserved
//
// Title: qacube.script
// Description: Testers can use this tool to test all items that are spawned by the Chu-Gon Dar Cube.
// When using this tool, the player will be:
// 1. Given a Chu-Gon Dar Cube
// 2. Given the ability to choose what item they wish to create
// 3. Given the components needed to create the selected item.
// @author $Author: James Michener $
// @version $1.0.1$
//************************************************************/
/********* Includes ******************************************/
@@ -192,4 +187,4 @@ void checkInventory(obj_id player)
// system message: no room in inventory
sendSystemMessageTestingOnly(player, "Please delete some items from your Inventory and try again.");
}
}
}