summaryrefslogtreecommitdiff
path: root/world/map/npc/013-2/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/013-2/notes.txt')
-rw-r--r--world/map/npc/013-2/notes.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt
index 99de40df..3a0215b9 100644
--- a/world/map/npc/013-2/notes.txt
+++ b/world/map/npc/013-2/notes.txt
@@ -16,6 +16,15 @@
013-2,38,20,0|script|Saying#wiz|400
{
mes "The early bird catcheth the worm.";
+ if (##VAULT <= 0) goto L_Close;
+ mes "##9There is something weird on this saying, but you can't quite put your finger on it.##0";
+ if (GM < G_SYSOP) goto L_Close;
+ next;
+ //close2;
+ void call("MirrorLakeSendTo", MLP_ML);
+ close;
+
+L_Close:
close;
}