Reformat and clean up portal scripts
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
function enter(pi) {
|
||||
pi.playPortalSound();
|
||||
if(pi.isQuestStarted(22005)){
|
||||
pi.playPortalSound(); pi.warp(900020100, 0);
|
||||
} else{
|
||||
pi.playPortalSound(); pi.warp(100030301, 0);
|
||||
pi.playPortalSound();
|
||||
if (pi.isQuestStarted(22005)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(900020100, 0);
|
||||
} else {
|
||||
pi.playPortalSound();
|
||||
pi.warp(100030301, 0);
|
||||
}
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user