Reformat and clean up portal scripts
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
function enter(pi) {
|
||||
if (pi.getPlayer().getMapId() != 910000000) {
|
||||
pi.getPlayer().saveLocation("FREE_MARKET");
|
||||
pi.playPortalSound(); pi.warp(910000000, "out00");
|
||||
pi.playPortalSound();
|
||||
pi.warp(910000000, "out00");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user