summaryrefslogblamecommitdiff
path: root/npc/006-1/barrier.txt
blob: 279211b1c29d325825365daa680c8baa4594aab4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













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

006-1,49,54,0	script	#FightCaveBarrier	NPC_NO_SPRITE,0,0,{
    if ($@FIGHT_CAVE_LEVEL) goto L_Block;
    warp "005-1", 59, 53;
    end;

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