summaryrefslogtreecommitdiff
path: root/npc/000-1/fexil.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-07-05 23:33:07 +0200
committerReid <reidyaro@gmail.com>2012-07-05 23:33:07 +0200
commita331c42a1aefa771c8bd7daabe3dfac06f66eb4c (patch)
tree647784e414dbfbe90ba4de28d4d2525b50774019 /npc/000-1/fexil.txt
parentd1bdbc4800ac5ba1b00e4d5fbe33fea2e836d9a3 (diff)
downloadserverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.tar.gz
serverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.tar.bz2
serverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.tar.xz
serverdata-a331c42a1aefa771c8bd7daabe3dfac06f66eb4c.zip
Add Fexil script and shop.
Diffstat (limited to 'npc/000-1/fexil.txt')
-rw-r--r--npc/000-1/fexil.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt
new file mode 100644
index 00000000..cf70c7ff
--- /dev/null
+++ b/npc/000-1/fexil.txt
@@ -0,0 +1,33 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Merchand.
+
+000-1.gat,83,98,0,1 script Fexil 105,{
+
+ mesn;
+ mesq lg("Hello traveler.");
+ next;
+ mesq l("I got clothes and stuff for you for the best price!");
+ next;
+ mesq l("It comes from the four sides of the archipelago.");
+ next;
+ mesq l("Interested?");
+ next;
+
+ menu
+ l("Yes, why not."), l_Accepted,
+ l("No, sorry."), -;
+
+ mesq l("Oh... Ok, I just started to trade... My technique is maybe not the best.");
+ next;
+ mesq l("Anyway, if you feel interested, just click on my bag.");
+
+ close;
+
+l_Accepted:
+ shop "Bag";
+ close;
+
+}