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;
}