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

10 lines
380 B
JavaScript

/* Author: aaroncsn <MapleSea Like, Incomplete>
NPC Name: Kanderun
Map(s): Elin Forest:Entrance to Rocky Mountain(300010400)
Description: Unknown
*/
function start() {
cm.sendOk("Hmmm! For you to make your way here, far away from the Camp, you must be one strong individual. Let's explore new areas and find a place to establish our own town!!");
cm.dispose();
}