5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(926100401, 0); //next
|
||
|
return true;
|
||
|
}
|