summaryrefslogtreecommitdiff
path: root/npc/001-2-22
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-20 15:26:17 +0100
committerReid <reidyaro@gmail.com>2016-02-20 15:26:17 +0100
commit12b96e271967408bbb986b9756f657e4f6b81b15 (patch)
tree9af6af27ce3562f208450ea11c7f3667691b2391 /npc/001-2-22
parent0068a563a466b478ba965f28c76793f0995ff58c (diff)
downloadserverdata-12b96e271967408bbb986b9756f657e4f6b81b15.tar.gz
serverdata-12b96e271967408bbb986b9756f657e4f6b81b15.tar.bz2
serverdata-12b96e271967408bbb986b9756f657e4f6b81b15.tar.xz
serverdata-12b96e271967408bbb986b9756f657e4f6b81b15.zip
Replace broken dialogue on chefgado with npctalk3.
Diffstat (limited to 'npc/001-2-22')
-rw-r--r--npc/001-2-22/chefgado.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/001-2-22/chefgado.txt b/npc/001-2-22/chefgado.txt
index b20e24e4..329d8567 100644
--- a/npc/001-2-22/chefgado.txt
+++ b/npc/001-2-22/chefgado.txt
@@ -2,18 +2,17 @@
// Authors:
// Hal9000
// Qwerty Dragon
+// Reid
// Description:
// La Johanne Chef.
001-2-22,27,28,0 script Chef Gado#Artis NPC_CHEF_GADO,{
- mesn;
.@r = rand(3);
- if (.@r == 0) mesq l("What are you doing in my kitchen?! Get out, it's not a 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 here all day long? Do the dishes or go away.");
+ if (.@r == 0) npctalk3 l("What are you doing in my kitchen?! Get out, it's not a place for kids!");
+ if (.@r == 1) npctalk3 l("Where is the damn salt?! Give me the salt, I know you have it!");
+ if (.@r == 2) npctalk3 l("Are you going to stand here all day long? Do the dishes or go away.");
- closedialog;
close;
OnInit: