diff options
Diffstat (limited to 'npc/002-3/doors.txt')
-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; |