summaryrefslogtreecommitdiff
path: root/npc/004-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-3')
-rw-r--r--npc/004-3/_import.txt2
-rw-r--r--npc/004-3/darug.txt16
-rw-r--r--npc/004-3/melune.txt16
3 files changed, 34 insertions, 0 deletions
diff --git a/npc/004-3/_import.txt b/npc/004-3/_import.txt
index 38f6124d5..7cabd31e9 100644
--- a/npc/004-3/_import.txt
+++ b/npc/004-3/_import.txt
@@ -2,3 +2,5 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/004-3/_mobs.txt",
"npc/004-3/_warps.txt",
+"npc/004-3/darug.txt",
+"npc/004-3/melune.txt",
diff --git a/npc/004-3/darug.txt b/npc/004-3/darug.txt
new file mode 100644
index 000000000..7f58b2388
--- /dev/null
+++ b/npc/004-3/darug.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// -
+
+004-3,81,22,0 script Darug NPC_INDIGENOUS_CHIEF,{
+ mesn;
+ mesq l("Greetings, traveler. I am Darug, chief of this clan.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+
diff --git a/npc/004-3/melune.txt b/npc/004-3/melune.txt
new file mode 100644
index 000000000..41b3011b7
--- /dev/null
+++ b/npc/004-3/melune.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// -
+
+004-3,85,22,0 script Melune NPC_INDIGENOUS_WIFE,{
+ mesn;
+ mesq l("Greetings, traveler.");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+