function enter(pi) { if (pi.getEventInstance().getIntProperty("statusStg3") == 3) { pi.warp(926100200, 0); //next return(true); } else { pi.playerMessage(5, "The portal is not opened yet."); return(false); } }