summaryrefslogtreecommitdiff
path: root/npc/029-1_Candor/barrier.txt
blob: cbbecaeabe9fc9930f36f8d70eb4d81baf1320a3 (plain) (blame)
1
2
3
4
5
6
7
8
029-1.gat,53,36,0	script	#CandorBarrier	127,1,1,{
    if ($@FIGHT_CAVE_STATUS != 0) goto L_Block;
    warp "029-3.gat", 47, 22;
    end;

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