blob: a607ded7bc55f34e8bc2feb6584c7dc433812405 (
plain) (
tree)
|
|
056-2,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", 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;
}
|