Files
sweetgum-server/scripts/portal/outPerrion_1.js
ronancpl 7dc163fc76 Concurrency fix + new scripts
Fixed some situation involving concurrency upon using getCharacters()
from MapleMap, added scripts and other bug fixes.
2017-04-08 19:29:27 -03:00

5 lines
147 B
JavaScript

function enter(pi) {
pi.message("You found a shortcut to the start of the underground temple.");
pi.warp(105100000, 2);
return(true);
}