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/sarah.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'npc/001-1_Tulimshar/sarah.txt') diff --git a/npc/001-1_Tulimshar/sarah.txt b/npc/001-1_Tulimshar/sarah.txt index bc02bef4..cc4126a8 100644 --- a/npc/001-1_Tulimshar/sarah.txt +++ b/npc/001-1_Tulimshar/sarah.txt @@ -4,11 +4,21 @@ if (TMW_Quest >= 8) goto L_Done; if (TMW_Quest == 7) goto L_Progress; if (TMW_Quest == 6) goto L_Start; + if (TMW_Quest < 6) goto L_Convince_Sarah_First; - mes "[Sarah]"; - mes "\"Boy, am I hungry or what!\""; + // If this is shown, something is wrong with the above case handling. + mes "Sarah looks confused."; close; +L_Convince_Sarah_First: + mes "[Sarah]"; + mes "\"Boy, am I hungry or what!\""; + mes ""; + mes "The girl suddenly looks at you suspiciously." + next; + mes "[Sarah]"; + mes "\"My mommy says not to talk to strangers!\"; + L_Start: set @TEMP, rand(2); -- cgit v1.2.3-60-g2f50