5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(100030200, "east00");
|
||
|
return true;
|
||
|
}
|