diff options
author | Reid <reidyaro@gmail.com> | 2011-12-25 23:59:16 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-25 23:59:16 +0100 |
commit | fdd4d1cebaf1293c6ddeb0c6c66c9a05f78dce4b (patch) | |
tree | 8cf65092ab929bc3b497bcb83f8ae7636bbe4d6e | |
parent | 52a1fc959367b90111728edf01847a246ea05d97 (diff) | |
download | serverdata-fdd4d1cebaf1293c6ddeb0c6c66c9a05f78dce4b.tar.gz serverdata-fdd4d1cebaf1293c6ddeb0c6c66c9a05f78dce4b.tar.bz2 serverdata-fdd4d1cebaf1293c6ddeb0c6c66c9a05f78dce4b.tar.xz serverdata-fdd4d1cebaf1293c6ddeb0c6c66c9a05f78dce4b.zip |
Add question about artis on alige script.
-rw-r--r-- | npc/000-2-1/alige.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index b085ca47..7524f17c 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -92,10 +92,16 @@ menu l("Ok, I'll help you."), l_Accepted, + l("What is Artis?"), l_Artis, l("I think I should report you to the crew members."), -; - goto l_DamnYou; + l_Artis: + mesn; + mesq l("It's a commercial port of Andorra, it's weird that you don't know about it, it's a fame city through our world... But hey oh, return to topic! I'm hungry!"); + next; + goto l_Accept; + l_Accepted: mesn; @@ -150,7 +156,7 @@ menu l("Yes."), l_GiveFood, l("Why are you hiding?") l_ExplainHiding, - l("Why not going outside to talk?"), l_ExplainHiding; + l("What is Artis?"), l_Artis, l("I think I should report you to the crew members."), l_DamnYou; l_DamnYou: |