diff options
author | Reid <reidyaro@gmail.com> | 2015-02-02 01:30:47 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-02 01:30:47 +0100 |
commit | 23b2d98f5870e52348c67d0258919c46e51e01df (patch) | |
tree | 2394b996c60852aeb45c98b0330f9d51f62708e4 /npc/001-2-22/chefgado.txt | |
parent | 7b182152a69fa74a286e2d3398b93a5f74ef60bd (diff) | |
download | serverdata-23b2d98f5870e52348c67d0258919c46e51e01df.tar.gz serverdata-23b2d98f5870e52348c67d0258919c46e51e01df.tar.bz2 serverdata-23b2d98f5870e52348c67d0258919c46e51e01df.tar.xz serverdata-23b2d98f5870e52348c67d0258919c46e51e01df.zip |
add 001-2-22 scripts.
Diffstat (limited to 'npc/001-2-22/chefgado.txt')
-rw-r--r-- | npc/001-2-22/chefgado.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/npc/001-2-22/chefgado.txt b/npc/001-2-22/chefgado.txt new file mode 100644 index 00000000..f03f9cd3 --- /dev/null +++ b/npc/001-2-22/chefgado.txt @@ -0,0 +1,23 @@ +// Evol scripts. +// Authors: +// Hal9000 +// Qwerty Dragon +// Description: +// La Johanne Chef. + +001-2-22,27,28,0 script Chef Gado#Artis 418,{ + + 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."); + + closedialog; + close; + +OnInit: + setnpcsex G_MALE; + setnpcdistance 2; + end; +} |