コード例 #1
0
ファイル: ScriptLoader.cpp プロジェクト: Liuboille/BloodyCore
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_npc_guildhouses();
#endif
}
コード例 #2
0
void AddCustomScripts()
{
#ifdef SCRIPTS
    /* This is where custom scripts should be added. */
    AddSC_npc_guildhouses();
    AddSC_npc_lottery();
    AddSC_npcs_mini_boss();
    AddSC_npc_zingara();
#endif
}