diff options
Diffstat (limited to 'npc/019-2')
-rw-r--r-- | npc/019-2/_import.txt | 1 | ||||
-rw-r--r-- | npc/019-2/harry.txt | 15 |
2 files changed, 16 insertions, 0 deletions
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; +} |