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,17 +1,7 @@
/**
* Copyright (c) ©2000-2002 Sony Online Entertainment Inc.
* All Rights Reserved
*
* Title: test_crafting_base_weapon.script
* Description: base crafting script used by all weapons
* @author $Author: Reece Thornton & Friends$
* @version $Revision: 0$
/*
Title: test_crafting_base_weapon.script
Description: base crafting script used by all weapons
*/
/**
* Include Libraries
*/
// include anyLibrary; /** a .scriptlib file */
include library.utils;
include library.craftinglib;
include library.weapons;
@@ -62,4 +52,4 @@ trigger OnSpeaking(string strText)
}
return SCRIPT_CONTINUE;
}
}