Reformat and clean up portal scripts
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
function enter(pi) {
|
||||
if(pi.isQuestCompleted(2238)) {
|
||||
pi.playPortalSound(); pi.warp(105100101, "in00");
|
||||
if (pi.isQuestCompleted(2238)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(105100101, "in00");
|
||||
return true;
|
||||
} else {
|
||||
pi.message("A mysterious force won't let you in.");
|
||||
|
||||
Reference in New Issue
Block a user