diff options
Diffstat (limited to 'npc/scripts_main.conf')
-rw-r--r-- | npc/scripts_main.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/scripts_main.conf b/npc/scripts_main.conf index 5fffa30b7..55cb92ee7 100644 --- a/npc/scripts_main.conf +++ b/npc/scripts_main.conf @@ -34,6 +34,10 @@ // Utilitarian functions used by many scripts. npc: npc/other/Global_Functions.txt // -------------------------------------------------------------- +// -------------------- Cash Shop Functions -------------------- +// Used by 4 items in the Item Database. +npc: npc/other/CashShop_Functions.txt +// -------------------------------------------------------------- // ------------------------ PCLoginEvent ------------------------ // NPC which is activated for every player who logs in. //npc: npc/sample/PCLoginEvent.txt |