blob: f678cce2579311172757c68f4a0e9d57636b77e7 (
plain) (
tree)
|
|
056-2.gat,23,33,0|script|#Barrier|45,1,1,{
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 to strong. Maybe I should train some more.";
end;
}
|