summaryrefslogtreecommitdiff
path: root/npc/031-3/labyrinth.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-3/labyrinth.txt')
-rwxr-xr-xnpc/031-3/labyrinth.txt346
1 files changed, 269 insertions, 77 deletions
diff --git a/npc/031-3/labyrinth.txt b/npc/031-3/labyrinth.txt
index 2e414ae4..54877bf9 100755
--- a/npc/031-3/labyrinth.txt
+++ b/npc/031-3/labyrinth.txt
@@ -9,318 +9,510 @@
//# This is a labyrinth, having lots of warps in there.
//# These warps are activated on different days.
//# For each way there are 2 warps: one way and its way back.
-//#
+//#
//#################################################################################
-// 16/12 - 1 warp
+// If Donated > 500k < 1M - Maze=1
+
031-3.gat,205,264,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 16 ) end;
+ if (Maze < 1 ) goto L_Golbenez;
warp "031-3.gat", 149, 261;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
}
031-3.gat,149,259,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 16 ) end;
+ if (Maze < 1 ) goto L_Golbenez;
warp "031-3.gat", 205, 266;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
}
-// 17/12 - 3 Warps
-
-// First Warp
+// If Donated > 1M < 1.5M - Maze=2
031-3.gat,225,282,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 17 ) end;
+ if (Maze < 2) goto L_Golbenez;
warp "031-3.gat", 274, 299;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
}
031-3.gat,274,300,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 17 ) end;
+ if (Maze < 2) goto L_Golbenez;
warp "031-3.gat", 225, 283;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// Second Warp
031-3.gat,283,271,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 17 ) end;
+ if (Maze < 2) goto L_Golbenez;
warp "031-3.gat", 269, 244;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,269,245,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 17 ) end;
+ if (Maze < 2) goto L_Golbenez;
warp "031-3.gat", 283, 272;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// Third Warp
031-3.gat,139,258,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 17 ) end;
+ if (Maze < 2) goto L_Golbenez;
warp "031-3.gat", 155, 196;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,155,195,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 17 ) end;
+ if (Maze < 2) goto L_Golbenez;
warp "031-3.gat", 139, 259;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-// 18/12 - 4 Warps
+// If Donated > 1.5M < 2M - Maze=3
// First Warp
031-3.gat,142,301,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
- warp "031-3.gat", 97, 298;
+ if (Maze < 3) goto L_Golbenez;
+ warp "031-3.gat", 97, 299;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,97,301,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
- warp "031-3.gat", 142, 298;
+ if (Maze < 3) goto L_Golbenez;
+ warp "031-3.gat", 142, 299;
+ end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
end;
+
}
// Second Warp
031-3.gat,135,196,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
+ if (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 106, 231;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,106,232,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
+ if (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 135, 197;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// Third Warp
031-3.gat,286,190,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
+ if (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 227, 241;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,227,242,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
+ if (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 286, 191;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// Fourth Warp
031-3.gat,236,211,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
+ if (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 187, 227;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,187,228,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 18 ) end;
+ if (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 236, 212;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-// 19/12 - 4 Warps
+// If Donated > 2M < 2.5M - Maze=4
// First Warp
031-3.gat,94,254,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
- warp "031-3.gat", 54, 253;
+ if (Maze < 4) goto L_Golbenez;
+ warp "031-3.gat", 54, 252;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,54,250,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
- warp "031-3.gat", 94, 257;
+ if (Maze < 4) goto L_Golbenez;
+ warp "031-3.gat", 94, 256;
+ end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
end;
+
}
// Second Warp
031-3.gat,103,199,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
+ if (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 52, 175;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,52,177,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
+ if (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 103, 201;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// Third Warp
031-3.gat,212,193,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
+ if (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 207, 165;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,207,168,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
+ if (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 212, 195;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// Fourth Warp
031-3.gat,235,167,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
+ if (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 195, 124;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,195,122,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 19 ) end;
+ if (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 235, 165;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-# // 4 warps on dec 20
-# // first warp
+// If Donated > 2.5M < 3M - Maze=5
+// first warp
+
031-3.gat,296,97,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 292, 125;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,292,123,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 296, 95;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-# // second warp
+// second warp
031-3.gat,289,164,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 228, 123;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,228,121,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 289, 162;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-# // third warp
+// third warp
031-3.gat,24,157,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 31, 142;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,31,144,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 24, 159;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-# // forth warp
+// forth warp
031-3.gat,36,249,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 35, 224;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
+
031-3.gat,35,226,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 20 ) end;
+ if (Maze < 5) goto L_Golbenez;
warp "031-3.gat", 36, 251;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-# // 3 warps on dec 21
-# // first warp
+// If Donated > 3M < 3.5M - Maze=6
+// first warp
031-3.gat,34,25,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 21 ) end;
- warp "031-3.gat", 281, 25;
+ if (Maze < 6) goto L_Golbenez;
+ warp "031-3.gat", 281, 24;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,281,22,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 21 ) end;
- warp "031-3.gat", 34, 28;
+ if (Maze < 6) goto L_Golbenez;
+ warp "031-3.gat", 34, 27;
+ end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
end;
+
}
// # second warp
031-3.gat,283,48,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 21 ) end;
+ if (Maze < 6) goto L_Golbenez;
warp "031-3.gat", 275, 74;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,275,73,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 21 ) end;
+ if (Maze < 6) goto L_Golbenez;
warp "031-3.gat", 283, 47;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// # third warp
031-3.gat,26,178,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 21 ) end;
+ if (Maze < 6) goto L_Golbenez;
warp "031-3.gat", 36, 202;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,36,200,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 21 ) end;
+ if (Maze < 6) goto L_Golbenez;
warp "031-3.gat", 26, 176;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-# // 2 warps on dec 22
-# // first warp
+// If Donated > 3.5M < 4M - Maze=7
+// first warp
031-3.gat,91,125,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 22 ) end;
+ if (Maze < 7) goto L_Golbenez;
warp "031-3.gat", 36, 78;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,36,80,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 22 ) end;
+ if (Maze < 7) goto L_Golbenez;
warp "031-3.gat", 91, 127;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
// # second warp
031-3.gat,52,78,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 22 ) end;
+ if (Maze < 7) goto L_Golbenez;
warp "031-3.gat", 192, 72;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
+
031-3.gat,192,70,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 22 ) end;
+ if (Maze < 7) goto L_Golbenez;
warp "031-3.gat", 52, 76;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
-# // 2 warps on dec 23
-# // first warp
+// If Donated > 4M < 5M - Maze=8
+// first warp
031-3.gat,128,135,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 23 ) end;
+ if (Maze < 8) goto L_Golbenez;
warp "031-3.gat", 148, 152;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,148,150,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 23 ) end;
+ if (Maze < 8) goto L_Golbenez;
warp "031-3.gat", 128, 134;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
end;
}
// # second warp
031-3.gat,232,93,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 23 ) end;
- warp "031-3.gat", 200, 47;
+ if (Maze < 8) goto L_Golbenez;
+ warp "031-3.gat", 200, 48;
end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
+ end;
+
}
031-3.gat,200,50,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 23 ) end;
- warp "031-3.gat", 232, 90;
+ if (Maze < 8) goto L_Golbenez;
+ warp "031-3.gat", 232, 95;
+ end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
end;
+
}
-# // 1 warp on dec 24
+// If Donated > 5M - Maze=9 - You have access to Santa
+
031-3.gat,120,81,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 24 ) end;
- warp "031-3.gat", 46, 27;
+ if (Maze < 9) goto L_Golbenez;
+ warp "031-3.gat", 46, 22;
+ end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you are getting close to your objective but you still need to give me " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to be able to find Santa.";
end;
+
}
031-3.gat,46,24,0 script #ChristmasBarrier 127,1,1,{
- if ($Golbenez_Santa_Free < 24 ) end;
- warp "031-3.gat", 120, 79;
+ if (Maze < 9) goto L_Golbenez;
+ warp "031-3.gat", 120, 80;
+ end;
+L_Golbenez:
+ message strcharinfo(0), "Golbenez: Mortal, you are getting close to your objective but you still need to give me " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to be able to find Santa.";
end;
+
}