summaryrefslogtreecommitdiff
path: root/npc/031-1/house.txt
blob: 690d6da00c893e294d39daa131c6c6d58dd6bf17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
031-1,95,80,0	script	#Door	NPC45,0,0,{
    if (QL_CINDY == 3 || QL_CINDY == 4)
        goto L_Warp;
    message strcharinfo(0), "Door : ##BThe door is locked.";
    end;

L_Warp:
    warp "031-2", 23, 28;
    end;
}