mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-11 22:45:06 -04:00
Removed unnecessary references and cleaned up scripts.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user