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