diff options
author | Meway <meway@meway.dyndns.org> | 2011-10-25 13:19:34 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-10-27 15:20:56 +0200 |
commit | 7fc7974c667e3b6377754f0894ef2ae0687686f0 (patch) | |
tree | 9423259851bd61b15c40d05ae145ad6cd1990561 /world/map/npc/001-1/entertainer.txt | |
parent | fbd4ed18840e3d028aff0e0b6ec871aca45208f3 (diff) | |
download | serverdata-7fc7974c667e3b6377754f0894ef2ae0687686f0.tar.gz serverdata-7fc7974c667e3b6377754f0894ef2ae0687686f0.tar.bz2 serverdata-7fc7974c667e3b6377754f0894ef2ae0687686f0.tar.xz serverdata-7fc7974c667e3b6377754f0894ef2ae0687686f0.zip |
I adjusted some dialog in entertainer.txt rewards_master.txt sandra.txt luca.txt bard.txt
Diffstat (limited to 'world/map/npc/001-1/entertainer.txt')
-rw-r--r-- | world/map/npc/001-1/entertainer.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/001-1/entertainer.txt b/world/map/npc/001-1/entertainer.txt index 5fe8cbc3..d31c6232 100644 --- a/world/map/npc/001-1/entertainer.txt +++ b/world/map/npc/001-1/entertainer.txt @@ -7,17 +7,17 @@ mes "[Entertainer]"; mes "\"Yes how can I help you?\""; menu - "What are those emotions above your head?", L_Learn, - "Nothing I guess", -; + "How are you showing emotions above your head?", L_Learn, + "Never mind", -; goto L_Close; L_Learn: mes "[Entertainer]"; mes "\"They are called emotes, I use them to express how I am feeling"; - mes "I can teach you to do them too\""; + mes "I can teach you if you'd like?\""; menu - "Ok sure", L_Learn2, - "Why would I need to that", -; + "Yes please.", L_Learn2, + "I don't see the point right now.", -; goto L_Close; L_Learn2: |