diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-11 15:08:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-11 15:08:00 -0300 |
commit | c5f571a1a2c2ad13507450cc5e1dbe683a78fd76 (patch) | |
tree | 98ccbcf6c9ec98fbf483de292a65d5917721f928 | |
parent | 072711d5c99fb2ff41b0ce0995194d05b316ae59 (diff) | |
download | serverdata-c5f571a1a2c2ad13507450cc5e1dbe683a78fd76.tar.gz serverdata-c5f571a1a2c2ad13507450cc5e1dbe683a78fd76.tar.bz2 serverdata-c5f571a1a2c2ad13507450cc5e1dbe683a78fd76.tar.xz serverdata-c5f571a1a2c2ad13507450cc5e1dbe683a78fd76.zip |
Mirror Lake players intro
-rw-r--r-- | npc/029-2/sorfina.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/029-2/sorfina.txt b/npc/029-2/sorfina.txt index 81dc4a33..a235a244 100644 --- a/npc/029-2/sorfina.txt +++ b/npc/029-2/sorfina.txt @@ -21,6 +21,12 @@ L_Start: next; mes l("\"My little granddaughter Tanisha found you. Kaan was able to carry you to bed."); mes l("We've been taking care of you ever since. Waiting for you to wake up.\""); + if (getvaultid()) { + next; + mesc l("...I see. That is surprising, to be able to take a form in this world without needing to deal with complex backstories."); + next; + mesc l("Well, maybe it is still too early to judge. Still, this must be a peaceful world, to have such warm greeting. Maybe we should play along for now."); + } next; mesq l("You didn't have any possessions on you when we found you and no one knows who you are."); mes l("Do you have a name?"); @@ -40,6 +46,9 @@ L_Start: select l("Umm... no... I... I don't remember anything else..."); + if (getvaultid()) { + mesc l("That is obviously a lie, but will do for now."); + } mesn l("Old Woman"); mes l("Well I can tell you some useful things, if you want to hear."); mes l("Some of it might jog your memory or at least help you catch your bearings."); |