summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
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;
+}