5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(240020600, "out01");
|
||
|
return true;
|
||
|
}
|