diff options
Diffstat (limited to 'npc/functions/strangerquiz.txt')
-rw-r--r-- | npc/functions/strangerquiz.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/strangerquiz.txt b/npc/functions/strangerquiz.txt index 50f73ecc..a5db31b1 100644 --- a/npc/functions/strangerquiz.txt +++ b/npc/functions/strangerquiz.txt @@ -85,4 +85,5 @@ function script StrangerQuiz { if ( @quizparam$ == "towelanswer27d" ) set @quizanswer$, "###towel 27d"; if ( @quizparam$ == "towelanswer28a" ) set @quizanswer$, "###towel 28a"; if ( @quizparam$ == "towelanswer28b" ) set @quizanswer$, "###towel 28b"; + return; } |