6 lines
172 B
JavaScript
6 lines
172 B
JavaScript
|
function enter(pi) {
|
||
|
pi.message("You found a shortcut to the start of the underground temple.");
|
||
|
pi.playPortalSound();
|
||
|
pi.warp(105100000, 2);
|
||
|
return true;
|
||
|
}
|