summaryrefslogtreecommitdiff
path: root/npc/004-3/darug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/004-3/darug.txt')
-rw-r--r--npc/004-3/darug.txt16
1 files changed, 16 insertions, 0 deletions
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;
+}
+