sweetgum83/scripts/portal/outPerrion_1.js

6 lines
172 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
pi.message("You found a shortcut to the start of the underground temple.");
pi.playPortalSound();
pi.warp(105100000, 2);
return true;
}