sweetgum83/scripts/npc/1100006.js

14 lines
561 B
JavaScript
Raw Normal View History

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