7 lines
144 B
JavaScript
7 lines
144 B
JavaScript
|
function enter(pi) {
|
||
|
//pi.warp(910320000, 2); event not implemented
|
||
|
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(103000103, 1);
|
||
|
return true;
|
||
|
}
|