summaryrefslogtreecommitdiff
path: root/npc/035-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/035-2/shops.txt')
-rwxr-xr-xnpc/035-2/shops.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/035-2/shops.txt b/npc/035-2/shops.txt
new file mode 100755
index 00000000..05a2987e
--- /dev/null
+++ b/npc/035-2/shops.txt
@@ -0,0 +1,11 @@
+
+035-2,23,38,0 shop Cooky NPC213,539:87,657:10,503:10
+
+035-2,23,35,0 script Bunkmaster Phict NPC212,{
+ @npcname$ = "Bunkmaster Phict";
+ @Cost = 100;
+ callfunc "Inn";
+ @npcname$ = "";
+ @Cost = 0;
+ close;
+}