diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 22:15:05 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 22:15:05 +0000 |
commit | 5b8d1b4f20a117e071e4ab57bd16be3215c20a06 (patch) | |
tree | 3f30e2ac87f1d8ba29c690a3f1f375d399d94362 /npc/western-desert/nomads.txt | |
parent | 951d8a7523e75a90996c4bf6bf30796cd1142135 (diff) | |
download | serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.gz serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.bz2 serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.tar.xz serverdata-5b8d1b4f20a117e071e4ab57bd16be3215c20a06.zip |
Initial revision
Diffstat (limited to 'npc/western-desert/nomads.txt')
-rw-r--r-- | npc/western-desert/nomads.txt | 23 |
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 00000000..1c747c5f --- /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 |