Core/Scripts: Reinstate commandscripts, now with extra bling and working commands (and yes, we did test it thoroughly this time)

Thanks to Paradox for sorting the commandscripts and chanhandlers out to work as they were intentionally ment to be like.

--HG--
branch : trunk
This commit is contained in:
click
2010-11-12 20:47:03 +01:00
parent 43d8a64232
commit e22426c7c0
14 changed files with 105 additions and 6487 deletions

View File

@@ -44,7 +44,6 @@ void AddSC_example_spell_scripts();
void AddSC_SmartSCripts();
/*
//Commands
void AddSC_account_commandscript();
void AddSC_achievement_commandscript();
@@ -54,7 +53,6 @@ void AddSC_go_commandscript();
void AddSC_learn_commandscript();
void AddSC_modify_commandscript();
void AddSC_debug_commandscript();
*/
#ifdef SCRIPTS
//world
@@ -581,9 +579,7 @@ void AddScripts()
AddExampleScripts();
AddSpellScripts();
AddSC_SmartSCripts();
/*
AddCommandScripts();
*/
#ifdef SCRIPTS
AddWorldScripts();
AddEasternKingdomsScripts();
@@ -623,7 +619,6 @@ void AddSpellScripts()
AddSC_example_spell_scripts();
}
/*
void AddCommandScripts()
{
AddSC_account_commandscript();
@@ -635,7 +630,6 @@ void AddCommandScripts()
AddSC_modify_commandscript();
AddSC_debug_commandscript();
}
*/
void AddWorldScripts()
{