From 7c4651fcd1a2c5d7355100e8134e3ff34df842b2 Mon Sep 17 00:00:00 2001 From: Sini Ruohomaa Date: Sun, 29 Aug 2010 12:47:43 +0300 Subject: Language and friendlifying newbie quests with timing tips. Also a minor bugfix to Nickos. --- npc/001-1_Tulimshar/mikhail.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/001-1_Tulimshar/mikhail.txt') diff --git a/npc/001-1_Tulimshar/mikhail.txt b/npc/001-1_Tulimshar/mikhail.txt index 76a1ad59..2ec8b50b 100644 --- a/npc/001-1_Tulimshar/mikhail.txt +++ b/npc/001-1_Tulimshar/mikhail.txt @@ -4,10 +4,17 @@ if (TMW_Quest == 6) goto L_Done; if (TMW_Quest == 5) goto L_Progress; if (TMW_Quest == 4) goto L_Start; + if (TMW_Quest < 4) goto L_Convince_Mikhail_First; + // If this happens, something is wrong with the above case handling. + mes "Mikhail looks confused."; + close; + +L_Convince_Mikhail_First: mes "[Mikhail]"; mes "\"Hello...\""; - close; + mes ""; + mes "It seems that the boy would like to say more, but does not dare to open up to you. Maybe you should help someone else first, so that he sees your intentions are good."; L_Start: mes "[Mikhail]"; -- cgit v1.2.3-60-g2f50