diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-06-12 01:46:53 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-06-12 01:46:53 +0100 |
commit | 490decf10f55c51d8fa70356ef6d7d13c9319482 (patch) | |
tree | f7474e31969a447aea797730da5886a9c78295f8 /npc | |
parent | 5c4c29fa46610a4ae33101066b39652f0ad52f1d (diff) | |
download | clientdata-490decf10f55c51d8fa70356ef6d7d13c9319482.tar.gz clientdata-490decf10f55c51d8fa70356ef6d7d13c9319482.tar.bz2 clientdata-490decf10f55c51d8fa70356ef6d7d13c9319482.tar.xz clientdata-490decf10f55c51d8fa70356ef6d7d13c9319482.zip |
Clean up some files.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/cookiemaster.txt | 5 | ||||
-rw-r--r-- | npc/000-2-1/alige.txt | 3 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 2 |
3 files changed, 6 insertions, 4 deletions
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: |