From 490decf10f55c51d8fa70356ef6d7d13c9319482 Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Wed, 12 Jun 2013 01:46:53 +0100 Subject: Clean up some files. --- npc/000-1/cookiemaster.txt | 5 ++++- npc/000-2-1/alige.txt | 3 +-- npc/000-2-1/chefgado.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/000-1/cookiemaster.txt b/npc/000-1/cookiemaster.txt index 36865e20..9678f986 100644 --- a/npc/000-1/cookiemaster.txt +++ b/npc/000-1/cookiemaster.txt @@ -38,8 +38,8 @@ mesq l("Cookies provide you strength, health and cuteness."); next; mesq l("Cookies are awesome, so am I."); - next; + menu l("Uhm... Your story seems..."), l_StorySeems, l("Wait... that's not the place for a chef, what are you doing here?"), l_Presentation, l("Exactly! Can I have one now?"), -; @@ -97,6 +97,8 @@ l_StorySeems: next; l_TaskExpanation: + mes ""; + mesn; mesq l("You'll first need to help my friends."); next; mesq l("It is them who tell me to whom I can give cookies."); @@ -186,6 +188,7 @@ l_Control: mes ""; mesn; mesq l("Common, don't be like that and loosen up! Don't you want to know who's behind all of this?!"); + next; menu l("Why not, this might get interesting."), l_Friends, diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index c416c42c..2c5176fa 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -214,8 +214,6 @@ l_NoReward: l_ReturnMenu: setcamnpc; - mes ""; - mesn; mesq l("Do you have anything else for me?"); next; restorecam; @@ -237,6 +235,7 @@ l_Poison: mesn; mesq l("Don't try to poison me! I know what that does!"); restorecam; + next; goto l_ReturnMenu; l_SoAskForFood: diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index c50eddf2..5a277910 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -104,7 +104,7 @@ l_QuestAccepted: menu rif(countitem("PiouLegs") > 1 && countitem("HalfCroconut") > 0 && countitem("Aquada") > 0 && countitem("SeaDrops") > 0, l("All your... Fresh ingredients are ready to be cooked.")), l_GotAll, l("What are your needs?"), l_Need, - l("Where can I find a @@?", getitemlink("HalfCroconut")), l_OpenCroconut, + l("Where can I find a half croconut?"), l_OpenCroconut, l("Not yet. I will be back soon."), l_Quit; l_OpenCroconut: -- cgit v1.2.3-70-g09d2