diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-06 00:17:17 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-06 00:17:17 +0200 |
commit | 416b08f1e515d0042a0dbe84bd3a374f6b3cfbf8 (patch) | |
tree | 6c97cbcf155a50a31a0caecfe43a96767dbf16ab /npc | |
parent | 6829e7405b2bc36318eb5f69e2d4d27c16478064 (diff) | |
download | clientdata-416b08f1e515d0042a0dbe84bd3a374f6b3cfbf8.tar.gz clientdata-416b08f1e515d0042a0dbe84bd3a374f6b3cfbf8.tar.bz2 clientdata-416b08f1e515d0042a0dbe84bd3a374f6b3cfbf8.tar.xz clientdata-416b08f1e515d0042a0dbe84bd3a374f6b3cfbf8.zip |
Chef Gado quest. Small fix (WIP).
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index f1640303..d7cffe92 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -4,9 +4,17 @@ // Description: // La Johanne Chef. -000-2-1.gat,17,30,0,1 script Chef Gado 318;2,{ +000-2-1.gat, 17,30,0,1 script Chef Gado 318;2,{ + mesn; - mes l("[...]"); + mesq l("..."); + next; + + menu + l("..."), -, + l("...."), -; + + mes ""; close; |