From 2ac3d7f6f15dcd19c2bd8aa8802ce8794f055d8e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 01:24:03 -0200 Subject: Add Igor, a NPC in Hurnscald entrance which have the latest news! --- npc/012-1/_import.txt | 1 + npc/012-1/igor.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 npc/012-1/igor.txt (limited to 'npc/012-1') 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; +} -- cgit v1.2.3-60-g2f50