5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(925000000, 2);
|
||
|
return true;
|
||
|
}
|