Reformat and clean up portal scripts
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
function enter(pi) {
|
||||
if (pi.getMap().getReactorByName("jnr31_out").getState() == 1) {
|
||||
pi.playPortalSound(); pi.warp(926110200, 1);
|
||||
pi.playPortalSound();
|
||||
pi.warp(926110200, 1);
|
||||
return true;
|
||||
} else {
|
||||
pi.playerMessage(5, "The door is not opened yet.");
|
||||
pi.playerMessage(5, "The door is not opened yet.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user