6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
|
function enter(pi) {
|
||
|
pi.getPlayer().saveLocation("MIRROR");
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(926010000, 4);
|
||
|
return true;
|
||
|
}
|