From a8719ab458aa01d9df260cabbc877006c754baf5 Mon Sep 17 00:00:00 2001 From: Hal9OOO Date: Sat, 8 Dec 2012 10:40:46 +0100 Subject: Variable first sentence in Chef Gado dialogue, (Alige suggestion). --- npc/000-2-1/chefgado.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index df704841..e1e13dd8 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -26,7 +26,10 @@ if (@n == 3) goto l_QuestStart; mesn; - mesq l("Where is the damn salt?! Give me the salt. I know you have it!"); + set @r, rand(3); + if (@r == 0) mesq l("What are you doing in my kitchen?! Get out, it's not place for kids!"); + if (@r == 1) mesq l("Where is the damn salt?! Give me the salt. I know you have it!"); + if (@r == 2) mesq l("Are you going to stand over there all day long? Do the dishes or go away."); close; l_QuestStart: -- cgit v1.2.3-70-g09d2