blob: 1e5281a408f09163cb86af05479670efea1136cb (
plain) (
tree)
|
|
029-1,69,61,0|script|#CandorBarrier|45,0,0
{
if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
if (BaseLevel < 40) goto L_Block;
warp "029-3", 49, 53;
end;
L_Block:
message strcharinfo(0), "Some force seems to be blocking you from entering.";
end;
}
029-1,69,61,0|script|#CandorAnnouncer|127
{
end;
OnCommandTalk:
npctalk $@candor_npctalk$;
end;
}
|