blob: baf815c56757cfc08dd8932c38a59cb64cb5d032 (
plain) (
tree)
|
|
002-3,82,32,0|script|#Sandstorm_Mine_Barrier|45,0,0
{
if (QL_MINEALL >= 8) goto L_Barrier_Open;
message strcharinfo(0), "Some force seems to block your entrance.";
goto L_End;
L_Barrier_Open:
warp "002-4",37,31;
goto L_End;
L_End:
end;
}
|