summaryrefslogtreecommitdiff
path: root/npc/021-2_Tulimshar/inya.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-2_Tulimshar/inya.txt')
-rw-r--r--npc/021-2_Tulimshar/inya.txt46
1 files changed, 23 insertions, 23 deletions
diff --git a/npc/021-2_Tulimshar/inya.txt b/npc/021-2_Tulimshar/inya.txt
index 7f4964ec..4d95bfb0 100644
--- a/npc/021-2_Tulimshar/inya.txt
+++ b/npc/021-2_Tulimshar/inya.txt
@@ -4,47 +4,47 @@
021-2.gat,43,62,0 script Inya 106,{
mes "[Inya]";
- mes "\"I'm Inya, a jeweler of fine rings. If you have a simple ring and a gem, I can make a nice ring for you for 1,000,000 gold pieces.\"";
+ mes "\"I am Inya, a jeweler of fine rings. If you have a [Simple Ring] and a gem, I can make a nice ring for you for 1,000,000 gold pieces.\"";
next;
- mes "\"Also, if you have a ring with gems on it, I can remove the gems and return the simple ring to you for 500,000 gold pieces.\"";
+ mes "\"Also, if you have a ring with gems on it, I can remove the gems and return the [Simple Ring] to you for 500,000 gold pieces.\"";
next;
- mes "\"So how can I help you?\"";
+ mes "\"So, how can I help you?\"";
menu
"I have a wedding ring, will that do?", L_Inya_Wedding_Ring,
- "I'd like to remove a gem (500000 GP)", L_Inya_Remove_RingGem,
- "I'd like to add a gem (1000000 GP)", L_Inya_Add_RingGem,
- "Not interested", L_Inya_NotInterested;
+ "I'd like to remove a gem (500000 GP).", L_Inya_Remove_RingGem,
+ "I'd like to add a gem (1000000 GP).", L_Inya_Add_RingGem,
+ "Not interested.", L_Inya_NotInterested;
close;
L_Inya_Wedding_Ring:
mes "[Inya]";
- mes "\"No, I'm sorry. I don't alter wedding rings at this time.\"";
+ mes "\"No, sorry. I do not alter wedding rings at this time.\"";
close;
L_Inya_Remove_RingGem:
mes "[Inya]";
mes "\"What kind of gem would you like to have removed?\"";
menu
- "Diamond", L_Inya_Remove_Diamond,
- "Ruby", L_Inya_Remove_Ruby,
- "Emerald", L_Inya_Remove_Emerald,
- "Sapphire", L_Inya_Remove_Sapphire,
- "Topaz", L_Inya_Remove_Topaz,
- "Amethyst", L_Inya_Remove_Amethyst,
- "Not interested", L_Inya_NotInterested;
+ "Diamond.", L_Inya_Remove_Diamond,
+ "Ruby.", L_Inya_Remove_Ruby,
+ "Emerald.", L_Inya_Remove_Emerald,
+ "Sapphire.", L_Inya_Remove_Sapphire,
+ "Topaz.", L_Inya_Remove_Topaz,
+ "Amethyst.", L_Inya_Remove_Amethyst,
+ "I've changed my mind.", L_Inya_NotInterested;
close;
L_Inya_Add_RingGem:
mes "[Inya]";
mes "\"What kind of gem would you like to add?\"";
menu
- "Diamond", L_Inya_Add_Diamond,
- "Ruby", L_Inya_Add_Ruby,
- "Emerald", L_Inya_Add_Emerald,
- "Sapphire", L_Inya_Add_Sapphire,
- "Topaz", L_Inya_Add_Topaz,
- "Amethyst", L_Inya_Add_Amethyst,
- "Not interested", L_Inya_NotInterested;
+ "Diamond.", L_Inya_Add_Diamond,
+ "Ruby.", L_Inya_Add_Ruby,
+ "Emerald.", L_Inya_Add_Emerald,
+ "Sapphire.", L_Inya_Add_Sapphire,
+ "Topaz.", L_Inya_Add_Topaz,
+ "Amethyst.", L_Inya_Add_Amethyst,
+ "I've changed my mind.", L_Inya_NotInterested;
close;
L_Inya_Remove_Diamond:
@@ -163,12 +163,12 @@ L_Inya_Add_Amethyst:
L_Inya_NotInterested:
mes "[Inya]";
- mes "\"Come back later and I'll try to be of assistance.\"";
+ mes "\"Come back later and I will try to be of assistance.\"";
close;
L_Inya_Not_Enough:
mes "[Inya]";
- mes "\"I'm sorry, you just don't seem to have enough for me to help you. Please come back when you do and I'll be more than happy to help you out.\"";
+ mes "\"I am sorry, you simply do not seem to have the necessary items for me to help you. Please come back when you do, and I would be more than happy to help you out.\"";
close;
}