diff options
-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 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 ""; |