diff options
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: |