diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-07 10:22:16 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-07 10:22:16 +0200 |
commit | 303703dc0b2209eecf715c3ad4ddf80e488ddb59 (patch) | |
tree | e8da4cf2ab6dab110729d804dd71704bc1ec6a83 /npc | |
parent | 3cf91e9eb7eb1b4fb5c11bb0e7551d6a6a511191 (diff) | |
download | clientdata-303703dc0b2209eecf715c3ad4ddf80e488ddb59.tar.gz clientdata-303703dc0b2209eecf715c3ad4ddf80e488ddb59.tar.bz2 clientdata-303703dc0b2209eecf715c3ad4ddf80e488ddb59.tar.xz clientdata-303703dc0b2209eecf715c3ad4ddf80e488ddb59.zip |
Chef Gado quest. Basic dialogue (WIP).
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 20 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 6 |
2 files changed, 15 insertions, 11 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index eaadd2f1..dc109d7e 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -95,8 +95,8 @@ l_CanHelp: next; menu - l("Sure, but what can you give me in exchange?"), l_AboutReward, - l("Why don't you come out?"), -; + l("Sure, but what can you give me in exchange?"), l_AboutReward, + l("Why don't you come out?"), -; l_ExplainHiding: @@ -120,9 +120,9 @@ l_AboutReward: l_Accept: menu - l("Understood, I will help you."), l_Accepted, - l("What is Artis?"), l_Artis, - l("I think I should report you to the crew members."), l_DamnYou; + l("Understood, I will help you."), l_Accepted, + l("What is Artis?"), l_Artis, + l("I think I should report you to the crew members."), l_DamnYou; l_Artis: mes ""; @@ -209,11 +209,11 @@ l_AskForFood: l_IntroMenu: menu - l("Yes."), l_GiveFood, - l("Where can I find some food?"), l_Food, - l("Why are you hiding?") + " " + l("Why don't you come out?"), l_ExplainHiding, - l("What is Artis?"), l_Artis, - l("I think I should report you to the crew members."), l_DamnYou; + l("Yes."), l_GiveFood, + l("Where can I find some food?"), l_Food, + l("Why are you hiding?") + " " + l("Why don't you come out?"), l_ExplainHiding, + l("What is Artis?"), l_Artis, + l("I think I should report you to the crew members."), l_DamnYou; l_Food: mes ""; diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 567a1532..1b45050f 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -7,7 +7,11 @@ 000-2-1.gat,17,28,0,1 script Chef Gado 318;2,{ mesn; - mesq l("test."); + mesq l("So it seems I have another stomach to fill. Those bastards have no respect for who feeds them every damn day!"); + next; + + menu + l("I swear, I do not eat so much."), -; close; |