002-4,68,98,0 script #UGP_Barrier NPC45,0,0,{ if (QL_MINEALL >= 25) goto L_Barrier_Open; message strcharinfo(0), "Some force seems to block your entrance."; goto L_End; L_Barrier_Open: warp "002-5",35,97; goto L_End; L_End: end; }