Reformat and clean up portal scripts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
function enter(pi) {
|
||||
if(pi.getEventInstance().getIntProperty("statusStg8") == 1) {
|
||||
pi.playPortalSound(); pi.warp(920010930,0);
|
||||
if (pi.getEventInstance().getIntProperty("statusStg8") == 1) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(920010930, 0);
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
pi.playerMessage(5, "The storage is currently inaccessible, as the powers of the Pixies remains active within the tower.");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user