Removed unnecessary references and cleaned up scripts.

This commit is contained in:
Redacted by Stellabellum INC
2015-01-18 02:05:57 -08:00
parent ce85aef6a7
commit 4ca8da7c31
3103 changed files with 5836 additions and 19197 deletions
@@ -1,6 +1,3 @@
// ======================================================================
include library.ai_lib;
include library.create;
include library.pclib;
@@ -18,8 +15,6 @@ trigger OnSpeaking(String text)
{
if(isGod(self))
{
debugConsoleMsg( self, "char_transfer OnSpeaking: " + text );
java.util.StringTokenizer tok = new java.util.StringTokenizer (text);
if (tok.hasMoreTokens ())