5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(pi.getMapId() - 100);
|
||
|
return true;
|
||
|
}
|