blob: 6d4644ff49655ef3cdae5b725e8822599dfbbc79 (
plain) (
tree)
|
|
// This is the main script import file
// Maps specific scripts
import: npc/_import.txt
// Item functions
npc: npc/items/croconut.txt
npc: npc/items/oldbook.txt
// Script functions
npc: npc/functions/asleep.txt
npc: npc/functions/clientversion.txt
npc: npc/functions/inventoryplace.txt
npc: npc/functions/goodbye.txt
npc: npc/functions/sailordialogue.txt
npc: npc/functions/savepoint.txt
|