diff options
author | toni <toni@toni-EP45-UD3L.(none)> | 2011-02-07 09:35:53 -0200 |
---|---|---|
committer | toni <toni@toni-EP45-UD3L.(none)> | 2011-02-07 09:35:53 -0200 |
commit | 67c8c9069f523655f9042d06e69d841ac723c63e (patch) | |
tree | 5026aca520a2730b723306b21674c9ac565f682a /npc/027-2_Caretakers_House/crying_child.txt | |
parent | fa8c4a4b56e9a0ce816025e29bf49ce4c72571a2 (diff) | |
download | serverdata-67c8c9069f523655f9042d06e69d841ac723c63e.tar.gz serverdata-67c8c9069f523655f9042d06e69d841ac723c63e.tar.bz2 serverdata-67c8c9069f523655f9042d06e69d841ac723c63e.tar.xz serverdata-67c8c9069f523655f9042d06e69d841ac723c63e.zip |
Deleting some unnecessary "next" from miriam and aldred.
Diffstat (limited to 'npc/027-2_Caretakers_House/crying_child.txt')
-rw-r--r-- | npc/027-2_Caretakers_House/crying_child.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/027-2_Caretakers_House/crying_child.txt b/npc/027-2_Caretakers_House/crying_child.txt index 72c70c76..c3b9ddc9 100644 --- a/npc/027-2_Caretakers_House/crying_child.txt +++ b/npc/027-2_Caretakers_House/crying_child.txt @@ -46,7 +46,6 @@ L_intro: next; menu "My name is "+strcharinfo(0)+", I heard you cry and decided to ask if you need help.",-; - next; mes "[Crying Child]"; mes "\"My parents told me not to talk to strangers... But you look nice... I trust you... I'm Aldred and we live here, my parents and me. This is our inn.\""; next; @@ -55,7 +54,6 @@ L_intro: next; menu "Here, here, don't cry... What did you do?",-; - next; mes "[Aldred]"; mes "\"Err.. I was looking at my parents stuff and I found this funny thing! It looks like a big blue beetle... I thought it would be funny to play with it for a while, so I took it with me. But I... sniffle... I lost it...\""; next; @@ -99,7 +97,7 @@ L_return1: L_return2: mes "[Aldred]"; - mes "\"Hi "+strcharinfo(0)+ "! I was thinking... you were sooo nice helping me find the ... I think I should give you a gift, but I am only a child, I have nothing to give you!\""; + mes "\"Hi "+strcharinfo(0)+ "! I was thinking... you were sooo nice helping me find the beetle... I think I should give you a gift, but I am only a child, I have nothing to give you!\""; next; menu "Don't worry, you don't need to give me anything...",-; @@ -110,7 +108,6 @@ L_return2: menu "Sounds interesting... But who are your parents?",-, "Bad idea, it will only bring more problems...",L_close; - next; set @state, 4; callsub S_Update_Mask; mes "[Aldred]"; |