From 10ca83a9e4880be24a1c8a5debe42f8fd57b4bef Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 21 Aug 2021 00:34:54 -0300 Subject: 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?) --- npc/functions/main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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 ""; -- cgit v1.2.3-70-g09d2