summaryrefslogtreecommitdiff
path: root/npc/013-2/notes.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-27 19:35:38 +0000
committerJesusaves <cpntb1@ymail.com>2021-05-27 19:35:38 +0000
commit519a365928311d0cf8558526b073a4cff69eed49 (patch)
tree6b62464ced2779d4068818ee2ac92e49e536cfc5 /npc/013-2/notes.txt
parent93fd0fff03385a7d7e2e9d72adbeddb219ad5146 (diff)
downloadserverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.gz
serverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.bz2
serverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.xz
serverdata-519a365928311d0cf8558526b073a4cff69eed49.zip
Mirror Lake Quest - Cindy
Diffstat (limited to 'npc/013-2/notes.txt')
-rw-r--r--npc/013-2/notes.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/013-2/notes.txt b/npc/013-2/notes.txt
index 92ded429..8c2cf9fa 100644
--- a/npc/013-2/notes.txt
+++ b/npc/013-2/notes.txt
@@ -12,6 +12,16 @@
013-2,38,20,0 script Saying#wiz NPC400,{
mes "The early bird catcheth the worm.";
+ if (!getvaultid()) close; // Close this mirror lake
+ if (get_nibble(##03_TMWQUEST, 0) < 2) close; // Not yet authorized
+ mesc l("Should we recite this backward to travel to a different world? If yes, thinking on what?");
+ select
+ l("Leave it be."),
+ rif(get_nibble(##03_TMWQUEST, 0) >= 2, l("Think on Mouboos and Cindy problems"));
+ mes "";
+ switch (@menu) {
+ case 2: MirrorLakeSendTo(MLP_MOUBOOTAUR, 0); break;
+ }
close;
}