Concurrency fix + new scripts

Fixed some situation involving concurrency upon using getCharacters()
from MapleMap, added scripts and other bug fixes.
This commit is contained in:
ronancpl
2017-04-08 19:29:27 -03:00
parent c8f905e1a5
commit 7dc163fc76
38 changed files with 684 additions and 180 deletions

View File

@@ -0,0 +1,10 @@
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();
}