diff options
-rw-r--r-- | npc/scripts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 320bf1d3..4c50f812 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -6,6 +6,7 @@ npc: npc/items/oldbook.txt npc: npc/items/shovel.txt // Script functions +npc: npc/functions/input.txt npc: npc/functions/asleep.txt npc: npc/functions/barber.txt npc: npc/functions/clientversion.txt @@ -13,7 +14,6 @@ npc: npc/functions/doors.txt npc: npc/functions/goodbye.txt npc: npc/functions/hammocks.txt npc: npc/functions/harbours.txt -npc: npc/functions/input.txt npc: npc/functions/inventoryplace.txt npc: npc/functions/npcmove.txt npc: npc/functions/masks.txt |