blob: 6b971d1fc93c6659263b74dce875b5d06b57a56c (
plain) (
tree)
|
|
// A barrier in the magic school to keep less experienced players out of the canyon
024-2.gat,31,24,0|script|#MagicSchoolBarrier1#M|0,1,1,
{
if (BaseLevel < 40) goto L_PushBack;
close;
L_PushBack:
warp "024-2.gat", 34, 24;
close;
}
|