diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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: |