diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-14 16:07:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-14 16:07:20 -0300 |
commit | 8ecf36cdf0fa1224fd36c68f4e4caa82ac857b8b (patch) | |
tree | 8840d11607dbec95eab6d43bec3d51d25a88c8e6 /npc/019-2 | |
parent | fb96cc025098fcdbf33f4b277811e03fd2f34b91 (diff) | |
download | serverdata-8ecf36cdf0fa1224fd36c68f4e4caa82ac857b8b.tar.gz serverdata-8ecf36cdf0fa1224fd36c68f4e4caa82ac857b8b.tar.bz2 serverdata-8ecf36cdf0fa1224fd36c68f4e4caa82ac857b8b.tar.xz serverdata-8ecf36cdf0fa1224fd36c68f4e4caa82ac857b8b.zip |
Add newspaper guys or functions on Nivalis and Land Of Fire
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; +} |