summaryrefslogtreecommitdiff
path: root/npc/western-desert/nomads.txt
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-04-02 15:09:18 +0000
committerDennis Friis <peavey@placid.dk>2008-04-02 15:09:18 +0000
commit97bb21a79949779df76269b087f3bce7ef8179ee (patch)
tree08b3bdee2f3596581dd8d8f051afd37ee648cee7 /npc/western-desert/nomads.txt
parentdafdbbe9f1db3e6943003a79a6e23c00da2f2fe1 (diff)
downloadtmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.gz
tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.bz2
tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.tar.xz
tmwa-97bb21a79949779df76269b087f3bce7ef8179ee.zip
initial checkin
Diffstat (limited to 'npc/western-desert/nomads.txt')
-rw-r--r--npc/western-desert/nomads.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/western-desert/nomads.txt b/npc/western-desert/nomads.txt
new file mode 100644
index 0000000..1c747c5
--- /dev/null
+++ b/npc/western-desert/nomads.txt
@@ -0,0 +1,23 @@
+new_1-1.gat,15,67,0 script Nomad1 132,{
+ mes "[Nomad]";
+ mes "This is really a nice place.";
+
+ mes "Don't you think so?";
+ close;
+}
+
+new_1-1.gat,18,68,0 script Nomad2 128,{
+ mes "[Nomad]";
+ mes "I found a passage to a green land through the mountains west of here";
+
+ mes "Do you want me to show you the way?";
+ next;
+ menu
+ "Sure",sure,
+ "No thank you",no;
+sure:
+ warp "new_9-1.gat",38,95; mes "I'll be awaiting you here."; mes "Tell me when you want to go back.";
+ close;
+no:
+ close;
+} \ No newline at end of file