From 0a6997d3c17a812ac966782ef5d6b46ebd2ea889 Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Mon, 10 Jul 2023 16:51:31 +0000 Subject: Some missing functions --- world/map/npc/013-2/notes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'world/map/npc/013-2') 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; } -- cgit v1.2.3-70-g09d2