sweetgum83/scripts/npc/1209001.js

11 lines
316 B
JavaScript
Raw Normal View History

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