diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:43:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-30 23:43:03 -0300 |
commit | 2b102393713342bfcd77492e00d3c693b49ca6e0 (patch) | |
tree | 2634d60760fbf518b0185deef8a8cb3963cc3198 | |
parent | 4f48712d5a2aa2b76ce971c3201a7605d5f4f32b (diff) | |
download | serverdata-2b102393713342bfcd77492e00d3c693b49ca6e0.tar.gz serverdata-2b102393713342bfcd77492e00d3c693b49ca6e0.tar.bz2 serverdata-2b102393713342bfcd77492e00d3c693b49ca6e0.tar.xz serverdata-2b102393713342bfcd77492e00d3c693b49ca6e0.zip |
Rule of order...
-rw-r--r-- | npc/scripts.conf | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index cb1eda99f..369bfaa38 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -6,13 +6,6 @@ "npc/functions/util.txt", "npc/functions/clientversion.txt", -// Important functions -"npc/functions/game-rules.txt", -"npc/functions/inventoryplace.txt", -"npc/functions/scoreboards.txt", -"npc/functions/random-talk.txt", -"npc/items/rand_sc_heal.txt", - // General-purpose Framework functions "npc/functions/array.txt", "npc/functions/input.txt", @@ -22,6 +15,17 @@ "npc/functions/time.txt", "npc/functions/timer.txt", +// These functions need to be loaded before everything else +"npc/functions/goodbye.txt", +"npc/functions/openbook.txt", + +// Important functions +"npc/functions/game-rules.txt", +"npc/functions/inventoryplace.txt", +"npc/functions/scoreboards.txt", +"npc/functions/random-talk.txt", +"npc/items/rand_sc_heal.txt", + // Misc functions "npc/functions/asklanguage.txt", "npc/functions/barber.txt", @@ -29,7 +33,6 @@ "npc/functions/confused-tree-dict.txt", "npc/functions/doors.txt", "npc/functions/fishing.txt", -"npc/functions/goodbye.txt", "npc/functions/hammocks.txt", "npc/functions/harbours.txt", "npc/functions/marriage.txt", @@ -37,7 +40,6 @@ "npc/functions/news.txt", "npc/functions/npcmove.txt", "npc/functions/npcmovegraph.txt", -"npc/functions/openbook.txt", "npc/functions/questgen.txt", "npc/functions/riddle.txt", "npc/functions/savepoint.txt", |