From 09dbf761079195d8dfa5a04fc11fe6c1dea40604 Mon Sep 17 00:00:00 2001 From: Alige Date: Tue, 14 Jun 2016 20:05:41 +0200 Subject: Fixed some missings girl/boy feature in some scripts. --- npc/000-2-1/chefgado.txt | 2 +- npc/001-2-39/qanon.txt | 3 ++- npc/functions/marriage.txt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 7ab5b156..73243340 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -75,7 +75,7 @@ L_Rude: mes ""; mesn; - mesq lg("Well, eh-heh, Welcome aboard, cutie!", "Well, eh-heh, Welcome aboard, son!", "Well, eh-heh, Welcome aboard!"); + mesq lg("Well, eh-heh... Welcome aboard, cutie!", "Well, eh-heh... Welcome aboard, son!"); next; mesq l("I just realized I am lacking some common things, and one key ingredient, to prepare a... A special recipe."); next; diff --git a/npc/001-2-39/qanon.txt b/npc/001-2-39/qanon.txt index 8db87332..150362c9 100644 --- a/npc/001-2-39/qanon.txt +++ b/npc/001-2-39/qanon.txt @@ -1,12 +1,13 @@ // Evol scripts. // Authors: +// Alige // Reid // Description: // Artis's Legion of Aemil leader. 001-2-39,34,41,0 script Q'Anon NPC_Q_ANON,{ mesn; - mesq l("It's been a while boy."); + mesq lg("It's been a while, girl!", "It's been a while, boy!"); goto L_Close; diff --git a/npc/functions/marriage.txt b/npc/functions/marriage.txt index bb24f439..28fb3720 100644 --- a/npc/functions/marriage.txt +++ b/npc/functions/marriage.txt @@ -135,7 +135,7 @@ function script marriageregister { speech l("Ok I add your name... @@...", strcharinfo(0)); marriageregisterself(); next; - speech l("Now wait your partner, and talk with me again"); + speech lg("Now wait for your partner, then talk to me again."); npctalk l("@@ registered for marriage. Waiting for partner...", strcharinfo(0)); close; } -- cgit v1.2.3-60-g2f50