diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/main.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 95587aa70..5df1999d2 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -19,6 +19,7 @@ function script dnext { } else { @dnext+=1; } + return; } function script menuaction { |