From 8450e3d70818f543bd7958c5306434eebe0b71d6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 21 Aug 2021 00:33:35 -0300 Subject: Use dnext wrapper on narrator instead of the next. This means that such NPCs will now always be treated as a text wall. Therefore, they'll respect GSET_LONGMENU_DENSITY setting. --- npc/functions/main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 2e3e03b0a..31464efbc 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -154,11 +154,11 @@ function script narrator { { mes col(getarg(.@i), 9); if (.@i < .@argc - 1) - next; + dnext; } if (.@flags & 0x4) - next; + dnext; else if (.@flags & 0x2) mes ""; -- cgit v1.2.3-70-g09d2