diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-21 00:34:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-21 00:34:54 -0300 |
commit | 10ca83a9e4880be24a1c8a5debe42f8fd57b4bef (patch) | |
tree | 68483b7a462b7bba656247e748be8ccb8e640b62 /npc/functions | |
parent | 8450e3d70818f543bd7958c5306434eebe0b71d6 (diff) | |
download | serverdata-10ca83a9e4880be24a1c8a5debe42f8fd57b4bef.tar.gz serverdata-10ca83a9e4880be24a1c8a5debe42f8fd57b4bef.tar.bz2 serverdata-10ca83a9e4880be24a1c8a5debe42f8fd57b4bef.tar.xz serverdata-10ca83a9e4880be24a1c8a5debe42f8fd57b4bef.zip |
Treat speech with GSET_LONGMENU_DENSITY setting as well.
Most npcs no longer use it, but those whom do will honor it.
(And be treated as text walls, so expect weird menus?)
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 31464efbc..e28de3b8d 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -194,11 +194,11 @@ function script speech { mesq getarg(.@i); if (.@i < .@argc - 1) - next; + dnext; } if (.@flags & 0x4) - next; + dnext; else if (.@flags & 0x2) mes ""; |