summaryrefslogtreecommitdiff
path: root/npc/006-0/core.txt
blob: e12fb134f67e4a1d6dbc9bb136a33269eda57133 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// TMW2 Script
// Author:
//    Jesusalva

006-0,46,26,0	script	Magic Barrier#0060	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    //warp "006-2", 49, 53;
    dispbottom l("The power which lies in Candor rejects your strength.");
    end;
}