//#################################################################################
//#
//# Warps for the labyrinth on christmas 2010
//#
//# Authors: alastrim, PjotrOrial
//#
//# reviewed by:
//#
//# 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.
//#
//#################################################################################
031-3.gat,205,264,0 script #ChristmasBarrier 127,1,1,{
warp "031-3.gat", 149, 261;
end;
}
031-3.gat,149,259,0 script #ChristmasBarrier 127,1,1,{
warp "031-3.gat", 205, 266;
end;
}
// If Donated > 1M < 1.5M - Maze=2
031-3.gat,225,282,0 script #ChristmasBarrier 127,1,1,{
warp "031-3.gat", 274, 299;
end;
}
031-3.gat,274,300,0 script #ChristmasBarrier 127,1,1,{
warp "031-3.gat", 225, 283;
end;
}
// Second Warp
031-3.gat,283,271,0 script #ChristmasBarrier 127,1,1,{
warp "031-3.gat", 269, 244;
end;
}
031-3.gat,269,245,0 script #ChristmasBarrier 127,1,1,{
warp "031-3.gat", 283, 272;
end;
}
// Third Warp
031-3.gat,139,258,0 script #ChristmasBarrier 127,1,1,{
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 (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;
}
// If Donated > 1.5M < 2M - Maze=3
// First Warp
031-3.gat,142,301,0 script #ChristmasBarrier 127,1,1,{
if (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 97, 298;
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 (Maze < 3) goto L_Golbenez;
warp "031-3.gat", 142, 298;
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 (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 (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 (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 (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 (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 (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;
}
// If Donated > 2M < 2.5M - Maze=4
// First Warp
031-3.gat,94,254,0 script #ChristmasBarrier 127,1,1,{
if (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 54, 253;
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 (Maze < 4) goto L_Golbenez;
warp "031-3.gat", 94, 257;
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 (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 (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 (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 (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 (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 (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;
}
// If Donated > 2.5M < 3M - Maze=5
// first warp
031-3.gat,296,97,0 script #ChristmasBarrier 127,1,1,{
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 (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
031-3.gat,289,164,0 script #ChristmasBarrier 127,1,1,{
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 (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
031-3.gat,24,157,0 script #ChristmasBarrier 127,1,1,{
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 (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
031-3.gat,36,249,0 script #ChristmasBarrier 127,1,1,{
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 (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;
}
// If Donated > 3M < 3.5M - Maze=6
// first warp
031-3.gat,34,25,0 script #ChristmasBarrier 127,1,1,{
if (Maze < 6) goto L_Golbenez;
warp "031-3.gat", 281, 25;
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 (Maze < 6) goto L_Golbenez;
warp "031-3.gat", 34, 28;
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 (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 (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 (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 (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;
}
// If Donated > 3.5M < 4M - Maze=7
// first warp
031-3.gat,91,125,0 script #ChristmasBarrier 127,1,1,{
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 (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 (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 (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;
}
// If Donated > 4M < 5M - Maze=8
// first warp
031-3.gat,128,135,0 script #ChristmasBarrier 127,1,1,{
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 (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 (Maze < 8) goto L_Golbenez;
warp "031-3.gat", 200, 47;
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 (Maze < 8) goto L_Golbenez;
warp "031-3.gat", 232, 90;
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;
}
// If Donated > 5M - Maze=9 - You have access to Santa
031-3.gat,120,81,0 script #ChristmasBarrier 127,1,1,{
if (Maze < 9) goto L_Golbenez;
warp "031-3.gat", 46, 27;
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 (Maze < 9) goto L_Golbenez;
warp "031-3.gat", 120, 79;
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;
}