summaryrefslogtreecommitdiff
path: root/npc/006-1/barrier.txt
blob: 99598d9cce0d8007eaa28d7d319881fc9d520806 (plain) (blame)
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 ($@FEFE_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;
}