5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(pi.getMapId() + 10, "east00");
|
||
|
return true;
|
||
|
}
|