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

14 lines
561 B
JavaScript

/**
----------------------------------------------------------------------------------
Skyferry Between Victoria Island, Ereve and Orbis.
1100006 Kiru (On boat between Ereve and Orbis)
Credits to: MapleSanta
----------------------------------------------------------------------------------
**/
function start() {
cm.sendOk("Ah, such lovely winds. This should be a perfect voyage as long as no stupid customer falls off for attempting some weird skill. Of course, I'm talking about you. Please refrain from using your skills.");
cm.dispose();
}