blob: a9f12a5d879741827b66f7e37bcf77369a0e74a4 (
plain) (
tree)
|
|
056-2.gat,23,33,0|script|#Barrier|45,0,0,
{
if (Mirak_Bantime > gettimetick(2))
goto L_Block;
if (BaseLevel < 25)
goto L_Weak;
warp "056-2.gat", 63, 35;
end;
L_Block:
message strcharinfo(0), "I cannot enter... That old man really made sure I cannot bother him agin.";
end;
L_Weak:
message strcharinfo(0), "I cannot enter. The magic is too strong. Maybe I should train some more.";
end;
}
|