summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
blob: d4a606f88ba46dcac248a63eef638504b8049cc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// This is the main script import file

// Item functions
npc: npc/items/croconut.txt
npc: npc/items/oldbook.txt
npc: npc/items/shovel.txt

// Script functions
npc: npc/functions/asleep.txt
npc: npc/functions/barber.txt
npc: npc/functions/clientversion.txt
npc: npc/functions/doors.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/goodbye.txt
npc: npc/functions/sailordialogue.txt
npc: npc/functions/savepoint.txt
npc: npc/functions/shops.txt
npc: npc/functions/npcmovegraph.txt
npc: npc/functions/fishing.txt

// Maps specific scripts
import: npc/_import.txt