diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-06 00:04:47 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-06 00:04:47 +0200 |
commit | 6829e7405b2bc36318eb5f69e2d4d27c16478064 (patch) | |
tree | 9f740d1f51bf3f67d48a9940beeff1a67c46dac1 /npc | |
parent | dd4f8b697ce0d860393408be260f20c4de846b77 (diff) | |
download | clientdata-6829e7405b2bc36318eb5f69e2d4d27c16478064.tar.gz clientdata-6829e7405b2bc36318eb5f69e2d4d27c16478064.tar.bz2 clientdata-6829e7405b2bc36318eb5f69e2d4d27c16478064.tar.xz clientdata-6829e7405b2bc36318eb5f69e2d4d27c16478064.zip |
Chef Gado quest. Chef Gado appears (WIP).
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt index b8ddd616..3389f3be 100644 --- a/npc/000-2-1/_import.txt +++ b/npc/000-2-1/_import.txt @@ -11,3 +11,4 @@ npc: npc/000-2-1/dan.txt npc: npc/000-2-1/savepoint.txt npc: npc/000-2-1/hammock.txt npc: npc/000-2-1/chest.txt +npc: npc/000-2-1/chefgado.txt diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt new file mode 100644 index 00000000..f1640303 --- /dev/null +++ b/npc/000-2-1/chefgado.txt @@ -0,0 +1,13 @@ +// Evol scripts. +// Author: +// Hal9000 +// Description: +// La Johanne Chef. + +000-2-1.gat,17,30,0,1 script Chef Gado 318;2,{ + mesn; + mes l("[...]"); + + close; + +} |