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