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