summaryrefslogtreecommitdiff
path: root/npc/005-2/trapdoor.txt
blob: 41c2317094bc3a7df3663e4a7a687103591c72fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// TMW 2 script
// Author:
//    Saulc

005-2,24,36,0	script	Trap Door	NPC_HIDDEN,0,0,{
    end;

OnTouch:
    .@chest = getq(CandorQuest_Chest);
    if (.@chest == 1)
        warp "005-2-1", 28, 35;
    close;
}