Reformat and clean up portal scripts
This commit is contained in:
@@ -1,29 +1,29 @@
|
||||
function enter(pi) {
|
||||
var mapid = pi.getPlayer().getMap().getId();
|
||||
|
||||
|
||||
if (mapid == 103040410 && pi.isQuestCompleted(2287)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040420, "right01");
|
||||
return true;
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040420, "right01");
|
||||
return true;
|
||||
} else if (mapid == 103040420 && pi.isQuestCompleted(2288)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040430, "right01");
|
||||
return true;
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040430, "right01");
|
||||
return true;
|
||||
} else if (mapid == 103040410 && pi.isQuestStarted(2287)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040420, "right01");
|
||||
return true;
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040420, "right01");
|
||||
return true;
|
||||
} else if (mapid == 103040420 && pi.isQuestStarted(2288)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040430, "right01");
|
||||
return true;
|
||||
pi.playPortalSound();
|
||||
pi.warp(103040430, "right01");
|
||||
return true;
|
||||
} else {
|
||||
if (mapid == 103040440 || mapid == 103040450) {
|
||||
if (mapid == 103040440 || mapid == 103040450) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(mapid + 10, "right01");
|
||||
return true;
|
||||
}
|
||||
pi.getPlayer().dropMessage(5, "You cannot access this area.");
|
||||
return false;
|
||||
}
|
||||
pi.getPlayer().dropMessage(5, "You cannot access this area.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user