diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-10 13:55:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-10 13:55:42 -0300 |
commit | 488c9121260fb62c443baaebd9170a67019b9059 (patch) | |
tree | 5bc41c4cf5568e2b94e8a1ee7925038c677a76f2 /npc/002-3 | |
parent | 5a1088088300a4363feb04a97b08075c585cebc5 (diff) | |
download | serverdata-488c9121260fb62c443baaebd9170a67019b9059.tar.gz serverdata-488c9121260fb62c443baaebd9170a67019b9059.tar.bz2 serverdata-488c9121260fb62c443baaebd9170a67019b9059.tar.xz serverdata-488c9121260fb62c443baaebd9170a67019b9059.zip |
Prepare some Mirror Lake New World Begin Prologue
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/doors.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/002-3/doors.txt b/npc/002-3/doors.txt index 377920d76..c79e2611d 100644 --- a/npc/002-3/doors.txt +++ b/npc/002-3/doors.txt @@ -18,6 +18,18 @@ OnTouch: restorecam; close; } + if (getvaultid() && !(##01_MLQUEST & MLP_ML_NARD)) { + mesc l("Alright. A new world. What mysteries await for me behind that wooden door?"); + next; + mesc l("Visiting a new world is always exciting. Actually, the opportunity of taking a new life in a new universe isn't that bad either."); + next; + mesc l("That's why we must stop... THEM... at any costs. I don't know what they're plotting, but it is not in this world inhabitants best interests... nor any other world."); + next; + mesc l("Anyway... Let's see how this world works!"); + next; + ##01_MLQUEST = ##01_MLQUEST | MLP_ML_NARD; + closeclientdialog; + } if (LOCATION$ == "Candor") { warp "005-1", 49, 117; |