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/harry.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 npc/019-2/harry.txt (limited to 'npc/019-2/harry.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