summaryrefslogblamecommitdiff
path: root/npc/006-4-1/painting.txt
blob: 81f6375db0815baa1120e36cb523c74060f65508 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



               







                                                        
// TMW2 Script
// Author:
//    Jesusalva

006-4-1,24,53,0	script	#jakWestWind	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    dispbottom l("This passage is still sealed.");
    end;
}