Reformat and clean up npc scripts

This commit is contained in:
P0nk
2021-09-09 23:35:02 +02:00
parent 0c1545f81d
commit d893309b4f
665 changed files with 19932 additions and 19046 deletions

View File

@@ -1,14 +1,14 @@
/**
----------------------------------------------------------------------------------
Skyferry Between Victoria Island, Ereve and Orbis.
----------------------------------------------------------------------------------
Skyferry Between Victoria Island, Ereve and Orbis.
1100005 Kiriru (On boat between Ereve and Victoria Island)
1100005 Kiriru (On boat between Ereve and Victoria Island)
Credits to: MapleSanta
----------------------------------------------------------------------------------
**/
Credits to: MapleSanta
----------------------------------------------------------------------------------
**/
function start() {
cm.sendOk("The weather is so nice. At this rate, we should arrive in no time....");
cm.dispose();
cm.sendOk("The weather is so nice. At this rate, we should arrive in no time....");
cm.dispose();
}