Files
sweetgum-server/scripts/npc/2101003.js
2021-09-09 23:35:02 +02:00

12 lines
185 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();
}