Reformat and clean up portal scripts
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
//Author: Ronan
|
||||
|
||||
function enter(pi) {
|
||||
if(pi.hasItem(4031495)) {
|
||||
pi.playPortalSound(); pi.warp(921100301);
|
||||
} else {
|
||||
pi.playPortalSound(); pi.warp(211040100);
|
||||
}
|
||||
|
||||
return true;
|
||||
function enter(pi) {
|
||||
if (pi.hasItem(4031495)) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(921100301);
|
||||
} else {
|
||||
pi.playPortalSound();
|
||||
pi.warp(211040100);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user