mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-21 07:13:00 -04:00
Removed unnecessary references and cleaned up scripts.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
/**
|
||||
* Copyright (c) ©2000,2001 Sony Online Entertainment Inc.
|
||||
* All Rights Reserved
|
||||
*
|
||||
* Title: debugger.script
|
||||
* Description: debugger script
|
||||
* @author $Author: rpalacio $
|
||||
* @version $Revision: #1 $
|
||||
*/
|
||||
|
||||
/***** INCLUDES ********************************************************/
|
||||
@@ -35,15 +30,10 @@ include library.badge;
|
||||
include library.xp;
|
||||
include library.camping;
|
||||
|
||||
/***** INHERITS ********************************************************/
|
||||
|
||||
/***** CONSTANTS *******************************************************/
|
||||
|
||||
const string DEBUG_EMOTE_TARGET = "debug.emote_target";
|
||||
|
||||
/***** TEST HANDLERS *******************************************************/
|
||||
|
||||
|
||||
/***** TRIGGERS *******************************************************/
|
||||
trigger OnSpeaking(string text)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user