summaryrefslogtreecommitdiff
path: root/npc/036-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/036-2/shops.txt')
-rwxr-xr-xnpc/036-2/shops.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/036-2/shops.txt b/npc/036-2/shops.txt
new file mode 100755
index 00000000..de381bd8
--- /dev/null
+++ b/npc/036-2/shops.txt
@@ -0,0 +1,12 @@
+
+036-2,23,38,0 shop Chef Armand NPC211,539:87,676:200,503:10
+036-2,35,22,0 shop Gunney NPC138,1199:4,529:4
+
+036-2,23,35,0 script Bunkmaster Daban NPC212,{
+ @npcname$ = "Bunkmaster Daban";
+ @Cost = 100;
+ callfunc "Inn";
+ @npcname$ = "";
+ @Cost = 0;
+ close;
+}