summaryrefslogtreecommitdiff
path: root/npc/021-2_Tulimshar/bakery.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-2_Tulimshar/bakery.txt')
-rw-r--r--npc/021-2_Tulimshar/bakery.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/npc/021-2_Tulimshar/bakery.txt b/npc/021-2_Tulimshar/bakery.txt
new file mode 100644
index 00000000..7116503f
--- /dev/null
+++ b/npc/021-2_Tulimshar/bakery.txt
@@ -0,0 +1,38 @@
+// The bakery
+
+// The chef
+021-2.gat,95,21,0 script Riskim 148,{
+ mes "[Riskim]";
+ mes "\"Welcome to our bakery!\"";
+ close;
+}
+
+// Server?
+021-2.gat,82,23,0 script Sara 108,{
+ mes "[Sara]";
+ mes "\"Hello!\"";
+ close;
+}
+
+// The cashier
+021-2.gat,89,21,0 shop Drabur 112,WhiteCake :-1,ChocolateCake :-1,OrangeCake :-1,AppleCake :-1,Cake :-1,CherryCake :-1,OrangeCupcake :-3,Milk :-5,XmasCake :-1
+
+// Stockroom boy
+021-2.gat,133,21,0 script Iormo 160,{
+ mes "[Iormo]";
+ mes "\"This stock room can get messy.\"";
+ close;
+}
+
+// An old couple eating at the bakery
+021-2.gat,71,22,0 script Rynoh 159,{
+ mes "[Rynoh]";
+ mes "\"It may be expensive, but it sure is good.\"";
+ close;
+}
+
+021-2.gat,73,22,0 script Ontas 154,{
+ mes "[Ontas]";
+ mes "\"We come here every week. They have some of the best bread I've ever eaten.\"";
+ close;
+}