Reformat and clean up portal scripts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
function enter(pi) {
|
||||
if (pi.isQuestCompleted(22012)) {
|
||||
return false;
|
||||
} else {
|
||||
pi.forceCompleteQuest(22012);
|
||||
}
|
||||
pi.blockPortal();
|
||||
return true;
|
||||
if (pi.isQuestCompleted(22012)) {
|
||||
return false;
|
||||
} else {
|
||||
pi.forceCompleteQuest(22012);
|
||||
}
|
||||
pi.blockPortal();
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user