summaryrefslogtreecommitdiff
path: root/npc/012-1/igor.txt
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/igor.txt
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/igor.txt')
-rw-r--r--npc/012-1/igor.txt14
1 files changed, 14 insertions, 0 deletions
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;
+}