summaryrefslogtreecommitdiff
path: root/world/map/npc/031-4/barrier.txt
blob: 243bb0d14f437c60459ce3a8792325571a729b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
031-4.gat,40,71,0|script|#YetiBarrier|45,1,1,{
    if ($@FIGHT_YETI_STATUS == 1) goto L_Block;
    warp "031-3.gat", 46, 27;
    end;

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