summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-08 01:24:03 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-08 01:24:03 -0200
commit2ac3d7f6f15dcd19c2bd8aa8802ce8794f055d8e (patch)
treef74e0391560b6218578ddd44ead2324067a14e7f /npc/012-1
parent2122acbec6ea2b0c92a1487c15f1ca445793ce35 (diff)
downloadserverdata-2ac3d7f6f15dcd19c2bd8aa8802ce8794f055d8e.tar.gz
serverdata-2ac3d7f6f15dcd19c2bd8aa8802ce8794f055d8e.tar.bz2
serverdata-2ac3d7f6f15dcd19c2bd8aa8802ce8794f055d8e.tar.xz
serverdata-2ac3d7f6f15dcd19c2bd8aa8802ce8794f055d8e.zip
Add Igor, a NPC in Hurnscald entrance which have the latest news!
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/_import.txt1
-rw-r--r--npc/012-1/igor.txt14
2 files changed, 15 insertions, 0 deletions
diff --git a/npc/012-1/_import.txt b/npc/012-1/_import.txt
index 30947961e..996713e95 100644
--- a/npc/012-1/_import.txt
+++ b/npc/012-1/_import.txt
@@ -8,6 +8,7 @@
"npc/012-1/guards.txt",
"npc/012-1/gwendolyn.txt",
"npc/012-1/hinnak.txt",
+"npc/012-1/igor.txt",
"npc/012-1/jack.txt",
"npc/012-1/locamit.txt",
"npc/012-1/luffyx.txt",
diff --git a/npc/012-1/igor.txt b/npc/012-1/igor.txt
new file mode 100644
index 000000000..dfd9b9bc5
--- /dev/null
+++ b/npc/012-1/igor.txt
@@ -0,0 +1,14 @@
+// TMW2 scripts.
+// Author:
+// Jesusalva
+// Description:
+// Igor gives the player latest news on the world
+
+012-1,126,59,0 script Igor NPC_JOURNALMAN,{
+ Journalman(.name$);
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 5;
+ end;
+}