From 55946a6f084610403a8014cd1e310e43dd7dc390 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 25 Apr 2011 12:13:04 +0200 Subject: fix a missing return in strangerquiz function --- npc/functions/strangerquiz.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2