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