sweetgum83/scripts/npc/1209002.js

11 lines
271 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("Please calm down, uncle. We are embarking to #bVictoria Island#k, we will be safe once we reach there. So, come on!");
cm.dispose();
}