sweetgum83/scripts/portal/outPerrion_1.js
2024-01-19 03:56:28 -05:00

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;
}