summaryrefslogblamecommitdiff
path: root/world/map/npc/029-1/barrier.txt
blob: 1acb0d1787c031e4b0290808ef2223aaada32ec5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
 
                                               

                                     

        
        
                                                                                 
        
 
029-1.gat,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.gat", 49, 53;
    end;

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