diff options
-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: |