summaryrefslogtreecommitdiff
path: root/world/map/npc/029-3/barrier.txt
blob: c8fa5e7f4e97266c8390327eb09e3156bb7f9711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
029-3.gat,46,21,0|script|#FightCaveBarrier|45,0,0,
{
    if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
    warp "029-1.gat", 54, 39;
    end;

    L_Block:
    message strcharinfo(0), "Some force seems to be blocking you from exiting.";
    end;
}