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/017-1 | |
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/017-1')
-rw-r--r-- | npc/017-1/roger.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/017-1/roger.txt b/npc/017-1/roger.txt index 94947c3ae..ec89a06c5 100644 --- a/npc/017-1/roger.txt +++ b/npc/017-1/roger.txt @@ -132,6 +132,7 @@ L_ShowHat: close; L_MadMag: + /* mesn; mesq l("I have my favorite book of all times, Moby Dick. Let me read some of it to you...."); next; @@ -142,6 +143,9 @@ L_MadMag: mesn; mesq l("I don't really understand it either, but it's not for sale. Maybe you could come back later so I can read more of it to you."); next; + */ + Journalman(.name$); + // >> Will never go past this line mesn; mesq l("Have a nice day!"); close; |