sweetgum83/scripts/portal/jnr_201_0.js
2024-01-19 03:56:28 -05:00

10 lines
274 B
JavaScript

function enter(pi) {
if (pi.getMap().getReactorByName("jnr31_out").getState() == 1) {
pi.playPortalSound();
pi.warp(926110200, 1);
return true;
} else {
pi.playerMessage(5, "The door is not opened yet.");
return false;
}
}