summaryrefslogtreecommitdiff
path: root/npc/004-3-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-04 11:58:43 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-04 11:58:43 -0300
commit7ce9e264c5892a40532d87e81fee7500d048bcae (patch)
tree3d5c8b571abda27f0f33476a39dbdbd5cc0ad0c7 /npc/004-3-1
parent993aa198c0ca37951d7149a636afdf5cf1defae8 (diff)
downloadserverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.tar.gz
serverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.tar.bz2
serverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.tar.xz
serverdata-7ce9e264c5892a40532d87e81fee7500d048bcae.zip
Placeholder for the desert folk. Needs some story fixing
Diffstat (limited to 'npc/004-3-1')
-rw-r--r--npc/004-3-1/_import.txt1
-rw-r--r--npc/004-3-1/falkrun.txt16
2 files changed, 17 insertions, 0 deletions
diff --git a/npc/004-3-1/_import.txt b/npc/004-3-1/_import.txt
index c7d00ba90..f5cd5a78d 100644
--- a/npc/004-3-1/_import.txt
+++ b/npc/004-3-1/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/004-3-1/_mobs.txt",
"npc/004-3-1/_warps.txt",
+"npc/004-3-1/falkrun.txt",
diff --git a/npc/004-3-1/falkrun.txt b/npc/004-3-1/falkrun.txt
new file mode 100644
index 000000000..deec67b29
--- /dev/null
+++ b/npc/004-3-1/falkrun.txt
@@ -0,0 +1,16 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// -
+
+004-3-1,37,23,0 script Falkrun NPC_INDIGENOUS_ANY,{
+ mesn;
+ mesq l("Howdy!");
+ close;
+
+OnInit:
+ .distance = 4;
+ end;
+}
+