5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(pi.getPlayer().getMap().getId() - 10, "left00");
|
||
|
return true;
|
||
|
}
|