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

11 lines
271 B
JavaScript

var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
cm.sendOk("Please calm down, uncle. We are embarking to #bVictoria Island#k, we will be safe once we reach there. So, come on!");
cm.dispose();
}