5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(674030100, "in00");
|
||
|
return true;
|
||
|
}
|