From 8ecf36cdf0fa1224fd36c68f4e4caa82ac857b8b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 14 Aug 2021 16:07:20 -0300 Subject: Add newspaper guys or functions on Nivalis and Land Of Fire --- npc/019-2/_import.txt | 1 + npc/019-2/harry.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 npc/019-2/harry.txt (limited to 'npc/019-2') diff --git a/npc/019-2/_import.txt b/npc/019-2/_import.txt index 6d964fb0a..a9e9c04c1 100644 --- a/npc/019-2/_import.txt +++ b/npc/019-2/_import.txt @@ -4,5 +4,6 @@ "npc/019-2/_warps.txt", "npc/019-2/angela.txt", "npc/019-2/guards.txt", +"npc/019-2/harry.txt", "npc/019-2/ship.txt", "npc/019-2/sign.txt", 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; +} -- cgit v1.2.3-70-g09d2