From 488c9121260fb62c443baaebd9170a67019b9059 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Oct 2021 13:55:42 -0300 Subject: Prepare some Mirror Lake New World Begin Prologue --- npc/002-3/doors.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc/002-3/doors.txt') 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; -- cgit v1.2.3-60-g2f50