From 0e81a91664eabc64a38765392960405218e9a8f1 Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 19 Nov 2017 16:10:04 -0500 Subject: fix the stranger quiz --- world/map/npc/002-2/stranger.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'world/map/npc/002-2/stranger.txt') diff --git a/world/map/npc/002-2/stranger.txt b/world/map/npc/002-2/stranger.txt index e323293e..9616763b 100644 --- a/world/map/npc/002-2/stranger.txt +++ b/world/map/npc/002-2/stranger.txt @@ -58,6 +58,9 @@ L_Towel: mes "\"The first one is easy.\""; next; + cleararray @quiz_questions$[0], "", getarraysize(@quiz_questions$[0]); + cleararray @quiz_answers$[0], "", getarraysize(@quiz_answers$[0]); + setarray @quiz_questions$[0], "What two words are written in big friendly letters on the back cover?", "What's the name of the paranoid robot?", @@ -88,6 +91,9 @@ L_Towel: mes "\"You're absolutely right. The next one will be more tricky.\""; next; + cleararray @quiz_questions$[0], "", getarraysize(@quiz_questions$[0]); + cleararray @quiz_answers$[0], "", getarraysize(@quiz_answers$[0]); + setarray @quiz_questions$[0], "What is the name of the rock group claiming to be the loudest band in the universe?", "What star is near Ford's home planet?", @@ -122,6 +128,9 @@ L_Towel: mes "\"Not bad, not bad. Let's see if you can answer an even more difficult one.\""; next; + cleararray @quiz_questions$[0], "", getarraysize(@quiz_questions$[0]); + cleararray @quiz_answers$[0], "", getarraysize(@quiz_answers$[0]); + setarray @quiz_questions$[0], "Drinking what drink is like having your brain smashed out by a slice of lemon wrapped round a large gold brick?", "How many pints of beers should you drink before hitchhiking?", -- cgit v1.2.3-60-g2f50