Reformat and clean up portal scripts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
function enter(pi) {
|
||||
function enter(pi) {
|
||||
if (pi.isQuestStarted(21201) || pi.isQuestStarted(21302)) { //aran first job
|
||||
pi.playPortalSound();
|
||||
pi.warp(140030000, 1);
|
||||
return true;
|
||||
pi.playPortalSound();
|
||||
pi.warp(140030000, 1);
|
||||
return true;
|
||||
} else {
|
||||
pi.playerMessage(5, "Something seems to be blocking this portal!");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user