Fixed some situation involving concurrency upon using getCharacters() from MapleMap, added scripts and other bug fixes.
9 lines
185 B
JavaScript
9 lines
185 B
JavaScript
function enter(pi) {
|
|
if (!pi.canHold(4001261,1)) {
|
|
pi.playerMessage(5, "Please make 1 ETC room.");
|
|
return false;
|
|
}
|
|
pi.gainItem(4001261,1);
|
|
pi.warp(105100100,0);
|
|
return(true);
|
|
} |