summaryrefslogtreecommitdiff
path: root/npc/031-1/house.txt
blob: 642be608c9d568b54991eb0b857c6b027caec361 (plain) (blame)
1
2
3
4
5
6
7
8
9
031-1,95,80,0	script	#Door	NPC45,0,0,{
    if (getq(KaizeiQuest_Cindy) > 3)
        warp "031-2", 23, 28;
    else
        message strcharinfo(0), l("Door : ##BThe door is locked.");
    end;
}