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