diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-11 17:45:42 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-11 17:45:42 -0200 |
commit | c0a48bbba20641f1161742d507807e704d823405 (patch) | |
tree | 4d1a688a4cba2ac436448d202eb9e62d26f2ce51 /npc/002-1/arpan.txt | |
parent | 63110ff1cfc3dde7ab5c5229591be1840520674a (diff) | |
download | serverdata-c0a48bbba20641f1161742d507807e704d823405.tar.gz serverdata-c0a48bbba20641f1161742d507807e704d823405.tar.bz2 serverdata-c0a48bbba20641f1161742d507807e704d823405.tar.xz serverdata-c0a48bbba20641f1161742d507807e704d823405.zip |
Update the Monster King Random Warping Code
Diffstat (limited to 'npc/002-1/arpan.txt')
-rw-r--r-- | npc/002-1/arpan.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index 4f33ded0d..f62184ba9 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -118,13 +118,25 @@ OnTalk: l("Yes, I want to find out who I am."), l("No, but what option do I have? I'm railroaded!"); + if (@menu == 2) { + mesn; + mesq l("Yeye is not paying for your food and is not a sailor like us! You should start standing on your own feet."); + next; + mesn strcharinfo(0); + mesq l("Thanks for the honestity, I guess."); + next; + } + mes ""; - mesq lg("You were yaying sleeping for quite some time there. Our shipkeeper, Juliet, was here with you, and she did her best to heal your injuries."); + mesn; + mesq l("Anyway, our shipkeeper, Juliet, helped to heal your injuries way back."); next; + mesn; if (.@q_julia == 0) setq ShipQuests_Julia, 1; - mesq lg("Yaya, you should go see her! She'll be happy to see you."); + mesq lg("Yaya, you should go see her! She'll be happy to help you again."); next; + mesn; mesq lg("Also, we took your yayed clothes, as they were... Yeyeye... In a bad shape. Go check the chest near your bed, there are some other ones inside."); setcamnpc "Chest"; goto L_Menu; |