5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(920010600, 17);
|
||
|
return true;
|
||
|
}
|