5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(900090102, 0);
|
|
return true;
|
|
} |