diff options
author | Wushin <pasekei@gmail.com> | 2015-04-20 21:08:57 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-20 21:08:57 -0500 |
commit | 89f9d26373d266f6539326962d1ed291afd3e574 (patch) | |
tree | 70930938e100a5377b89860a0486854a318a4dc7 /world/map/npc/001-1/ched.txt | |
parent | 47cf6f49763932ee2dbbb5bb9ad2c369749944d2 (diff) | |
parent | 364f6111306eb4fcdd8edc98dae1ae0727dba712 (diff) | |
download | serverdata-89f9d26373d266f6539326962d1ed291afd3e574.tar.gz serverdata-89f9d26373d266f6539326962d1ed291afd3e574.tar.bz2 serverdata-89f9d26373d266f6539326962d1ed291afd3e574.tar.xz serverdata-89f9d26373d266f6539326962d1ed291afd3e574.zip |
Merge pull request #327 from nashley/more_dialog_changes
Various dialog fixes in Tulimshar
Diffstat (limited to 'world/map/npc/001-1/ched.txt')
-rw-r--r-- | world/map/npc/001-1/ched.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/world/map/npc/001-1/ched.txt b/world/map/npc/001-1/ched.txt index b6159583..ddfddd95 100644 --- a/world/map/npc/001-1/ched.txt +++ b/world/map/npc/001-1/ched.txt @@ -3,21 +3,21 @@ 001-1,43,48,0|script|Ched|113 { mes "[Ched]"; - mes "\"I'm trying to get a spell to work. It's supposed to combine two potions, but I can't seem to figure out which two those are...\""; + mes "\"I'm trying to get a spell to work, but I'm having some trouble.\""; + mes "\"It's supposed to combine two potions, but I can't seem to figure out which two to combine...\""; next; menu - "Well, good luck with that!", L_Done, - "What spell is that?", L_Next; + "Good luck with that.", L_Done, + "What spell is it?", L_Next; L_Next: + mes ""; mes "[Ched]"; - mes "\"Well, I don't know what it's called... I took it out of `Timbleweed's Advanced Transmutations.' It seems awfully hard to cast, somehow.\""; + mes "\"Well, I don't remember what it's called... I took it out of 'Timbleweed's Advanced Transmutations,' but it seems awfully hard to cast.\""; next; - mes "[Ched]"; - mes "\"Well, the invocation is `" + getspellinvocation("merge-concentration-potions") + "'. You're supposed to just hold up the potions and cast it, and then they're supposed to merge.\""; + mes "\"If you want to try it, the invocation is '" + getspellinvocation("merge-concentration-potions") + ".' I just can't get the hang of it though.\""; next; - mes "[Ched]"; - mes "\"Maybe I should go back to `detect magic' until I can cast that one properly.\""; + mes "\"Maybe I should go back to practicing '" + getspellinvocation("detect-magic") + "' until I can cast it properly.\" %%6"; goto L_Done; L_Done: |