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

12 lines
186 B
JavaScript

/* Ardin
Ariant
*/
function start() {
cm.sendNext ("Hey hey, don't try to start trouble with anyone. I want nothing to do with you.");
}
function action() {
cm.dispose();
}