5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(100030100, 0);
|
|
return true;
|
|
}
|