diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-08 10:40:46 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-08 10:40:46 +0100 |
commit | a8719ab458aa01d9df260cabbc877006c754baf5 (patch) | |
tree | c27599bce36206bc3198693bea1eba23f96e8895 /npc | |
parent | 6de650bb8746461c5eba3cdd73ec20caeaddee3e (diff) | |
download | serverdata-a8719ab458aa01d9df260cabbc877006c754baf5.tar.gz serverdata-a8719ab458aa01d9df260cabbc877006c754baf5.tar.bz2 serverdata-a8719ab458aa01d9df260cabbc877006c754baf5.tar.xz serverdata-a8719ab458aa01d9df260cabbc877006c754baf5.zip |
Variable first sentence in Chef Gado dialogue, (Alige suggestion).
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: |