Fixed some situation involving concurrency upon using getCharacters() from MapleMap, added scripts and other bug fixes.
11 lines
161 B
JavaScript
11 lines
161 B
JavaScript
var status = 0;
|
|
|
|
function start() {
|
|
status = -1;
|
|
action(1, 0, 0);
|
|
}
|
|
|
|
function action(mode, type, selection) {
|
|
cm.openShopNPC(48);
|
|
cm.dispose();
|
|
} |