summaryrefslogtreecommitdiff
path: root/npc/019-2/harry.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-2/harry.txt')
-rw-r--r--npc/019-2/harry.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/019-2/harry.txt b/npc/019-2/harry.txt
new file mode 100644
index 000000000..bafc00aea
--- /dev/null
+++ b/npc/019-2/harry.txt
@@ -0,0 +1,15 @@
+// TMW2 scripts.
+// Author:
+// Saulc
+// Jesusalva
+// Description:
+// Harry gives the player latest news on the world
+
+019-2,92,116,0 script Harry NPC_JOURNALMAN,{
+ Journalman(.name$);
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 5;
+ end;
+}