summaryrefslogblamecommitdiff
path: root/npc/scripts.conf
blob: ad1f8d70e8f80357c7d2a654a70344bf2b48028f (plain) (tree)













































                                       
                                


                                          








                             
                          










                                        
                         
                       





                                  
// This is the main script import file

// Critical functions
"npc/functions/permissions.txt",

// General-purpose Framework functions
"npc/functions/array.txt",
"npc/functions/time.txt",
"npc/functions/timer.txt",
"npc/functions/input.txt",
"npc/functions/string.txt",
"npc/functions/RNGesus.txt",
"npc/functions/math.txt",

// Misc functions
"npc/functions/main.txt",
"npc/functions/asleep.txt",
"npc/functions/barber.txt",
"npc/functions/clientversion.txt",
"npc/functions/doors.txt",
"npc/functions/goodbye.txt",
"npc/functions/hammocks.txt",
"npc/functions/harbours.txt",
"npc/functions/hello.txt",
"npc/functions/inventoryplace.txt",
"npc/functions/legiontalk.txt",
"npc/functions/marriage.txt",
"npc/functions/npcmove.txt",
"npc/functions/masks.txt",
"npc/functions/openbook.txt",
"npc/functions/questgen.txt",
"npc/functions/sailordialogue.txt",
"npc/functions/sailortalk.txt",
"npc/functions/savepoint.txt",
"npc/functions/beds.txt",
"npc/functions/shops.txt",
"npc/functions/villagertalk.txt",
"npc/functions/npcmovegraph.txt",
"npc/functions/fishing.txt",
"npc/functions/mouboofunc.txt",
"npc/functions/asklanguage.txt",
"npc/functions/game-rules.txt",
"npc/functions/riddle.txt",
"npc/functions/bank.txt",
"npc/functions/confused-tree-dict.txt",
"npc/functions/util.txt",
"npc/functions/soul_menhir.txt",

// quest debug
"npc/functions/quest-debug/functions.txt",

// Item functions
"npc/items/croconut.txt",
"npc/items/shovel.txt",
"npc/items/rand_sc_heal.txt",

// custom atcommands
"npc/commands/music.txt",
"npc/commands/warp.txt",
//"npc/commands/zeny.txt",
"npc/commands/motd-debug-text.txt",
"npc/commands/motd.txt",
"npc/commands/scheduled-broadcasts.txt",
"npc/commands/rate-management.txt",
"npc/commands/event.txt",
"npc/commands/debug-look.txt",
"npc/commands/debug-quest.txt",
"npc/commands/debug-skill.txt",
"npc/commands/debug-preset.txt",
"npc/commands/debug.txt",
"npc/commands/super-menu.txt",
"npc/commands/magic.txt",
"npc/commands/wgm.txt",

// config script
"npc/config/hairstyle_config.txt",

// Maps specific scripts
@include "npc/_import.txt"