sweetgum83/scripts/npc/2101003.js

12 lines
185 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
/* 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();
}