sweetgum83/scripts/npc/1209001.js
2024-01-19 03:56:28 -05:00

11 lines
316 B
JavaScript

var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
cm.sendOk("The #rBlack Mage#k's forces approaches here in an unstoppable pace... We have no other way than to flee this area now, leaving our home behind. Oh, the tragedy!");
cm.dispose();
}