sweetgum83/scripts/npc/2132001.js

8 lines
206 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function start() {
action(1, 0, 0);
}
function action(mode, type, selection) {
cm.sendNext("Call me Dark Lord. I will give thieves a place in society... watch in a few years!");
cm.dispose();
}