diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/027-1/laura.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index 06a5e227f..4c9ac1129 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -9,6 +9,12 @@ mesn; mesq l("Hello, and welcome to the Magic Academy."); + if (!MGQUEST) { + next; + mesn; + mesq l("Sorry, but I don't have time to play the guide with new faces. You'll need to find someone else."); + close; + } next; mesn; mesq l("I love living here, but I wish people weren't locked inside the rooms all time."); |