summaryrefslogblamecommitdiff
path: root/npc/006-1/barrier.txt
blob: da4ca36d75584f4b684cbba396a14ef1424310c0 (plain) (tree)
1
2
3
4
5
6
7
8





                                                                   
                                        
                         





                                                                           
// TMW2 Script
// Author:
//    Crazyfefe
//    Jesusalva

006-1,49,54,0	script	#FightCaveBarrier	NPC_NO_SPRITE,0,0,{
    if ($@FEFE_CAVE_LEVEL) goto L_Block;
    warp "006-0", 54, 36;
    end;

L_Block:
    dispbottom l("Your coward outer self fails to convince you to leave.");
    end;
}