Files
sweetgum-server/scripts/npc/world0/1061018.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

10 lines
228 B
JavaScript

function start() {
cm.sendYesNo("If you leave now, you'll have to start over. Are you sure you want to leave?");
}
function action(mode, type, selection) {
if (mode == 1) {
cm.warp(105100301);
}
cm.dispose();
}