5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(211060010, "west00");
|
|
return true;
|
|
} |