summaryrefslogtreecommitdiff
path: root/world/map/npc/013-2/notes.txt
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-07-10 16:51:32 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-07-10 16:51:32 +0000
commitd8eb983f077617326bf86900a9f249ab9171d4dd (patch)
treeaefbb07507d8541dfc61e29398aaf2f022d02ac3 /world/map/npc/013-2/notes.txt
parent759d091d696aa0e67645405e5017ca2fed709abf (diff)
parent0a6997d3c17a812ac966782ef5d6b46ebd2ea889 (diff)
downloadserverdata-d8eb983f077617326bf86900a9f249ab9171d4dd.tar.gz
serverdata-d8eb983f077617326bf86900a9f249ab9171d4dd.tar.bz2
serverdata-d8eb983f077617326bf86900a9f249ab9171d4dd.tar.xz
serverdata-d8eb983f077617326bf86900a9f249ab9171d4dd.zip
Merge branch 'jesusalva/vault' into 'master'
Some missing functions See merge request legacy/serverdata!667
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;
}