sweetgum83/scripts/npc/2101003.js
2024-01-19 03:56:28 -05: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();
}