6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(100000201, "out02");
|
|
pi.playPortalSound();
|
|
return true;
|
|
} |