6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
|
function enter(pi) {
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(100000000, "Achter00");
|
||
|
pi.playPortalSound();
|
||
|
return true;
|
||
|
}
|