From 303703dc0b2209eecf715c3ad4ddf80e488ddb59 Mon Sep 17 00:00:00 2001 From: "Hal9OOO (Francesco Miglietta)" Date: Sun, 7 Oct 2012 10:22:16 +0200 Subject: Chef Gado quest. Basic dialogue (WIP). --- npc/000-2-1/alige.txt | 20 ++++++++++---------- npc/000-2-1/chefgado.txt | 6 +++++- 2 files changed, 15 insertions(+), 11 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2