diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-08-24 13:54:50 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2006-08-24 13:54:50 +0000 |
commit | b22f77855908d7699bf91e491ae5fca4d18f26a6 (patch) | |
tree | 4a4ca57f6a21b7903476d2e8fa81e34c68defd10 /npc/western-desert/nomads.txt | |
parent | feae8f5d49058bd109fe47ab01060fc540dd5b03 (diff) | |
download | serverdata-b22f77855908d7699bf91e491ae5fca4d18f26a6.tar.gz serverdata-b22f77855908d7699bf91e491ae5fca4d18f26a6.tar.bz2 serverdata-b22f77855908d7699bf91e491ae5fca4d18f26a6.tar.xz serverdata-b22f77855908d7699bf91e491ae5fca4d18f26a6.zip |
A bunch of updates
Diffstat (limited to 'npc/western-desert/nomads.txt')
-rw-r--r-- | npc/western-desert/nomads.txt | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/npc/western-desert/nomads.txt b/npc/western-desert/nomads.txt index 1c747c5f..391411fe 100644 --- a/npc/western-desert/nomads.txt +++ b/npc/western-desert/nomads.txt @@ -8,16 +8,7 @@ new_1-1.gat,15,67,0 script Nomad1 132,{ 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 "If I only had a tent..."; - 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 +} |