Fixed some situation involving concurrency upon using getCharacters() from MapleMap, added scripts and other bug fixes.
5 lines
147 B
JavaScript
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);
|
|
} |