summaryrefslogtreecommitdiff
path: root/world/map/npc/042-1/liana.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/042-1/liana.txt')
-rw-r--r--world/map/npc/042-1/liana.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/npc/042-1/liana.txt b/world/map/npc/042-1/liana.txt
new file mode 100644
index 00000000..6eb9972b
--- /dev/null
+++ b/world/map/npc/042-1/liana.txt
@@ -0,0 +1,12 @@
+// Talk NPCs to help make trek interesting between Tutorial and Bazaar.
+
+042-1.gat,82,96,0|script|Liana|205,
+{
+ set @npcname$, "Liana";
+
+ mes "[" + @npcname$ + "]";
+ mes "\"Tulimshar is a large city. I'm sure glad I live in the suburbs because I know where everything's at.\"";
+ next;
+ mes "\"I think Tanisha is in the building to the right. That girl is growing up fast.\"";
+ close;
+}