|
@@ -613,13 +613,13 @@ if $ARGS[0] = '':
|
|
|
|
|
|
if ($clothingworntype = 'formal' or $clothingworntype = 'expensive') and hour > 9:'Your <<$npc_nickname[''A29'']>> looks a bit puzzled at your fancy clothes: "Well well, look at you... why are you so dressed up? Big plans today?"'
|
|
if ($clothingworntype = 'formal' or $clothingworntype = 'expensive') and hour > 9:'Your <<$npc_nickname[''A29'']>> looks a bit puzzled at your fancy clothes: "Well well, look at you... why are you so dressed up? Big plans today?"'
|
|
|
|
|
|
- if week = 5 and dostupindorf = 1:
|
|
|
|
|
|
+ if week = 5 and dostupindorf = 1 and grandaQW['block'] = 0:
|
|
if hour > 9:'While your <<$npc_nickname[''A29'']>> is working on some meals in the kitchen, she remembers something and looks at you: "Oh <<$pcs_nickname>>, while you''re here... we''re going to visit your grandparents in Gadukino tomorrow. We leave at noon (12:00) tomorrow, so if you want to come along you should meet me in the kitchen before then."'
|
|
if hour > 9:'While your <<$npc_nickname[''A29'']>> is working on some meals in the kitchen, she remembers something and looks at you: "Oh <<$pcs_nickname>>, while you''re here... we''re going to visit your grandparents in Gadukino tomorrow. We leave at noon (12:00) tomorrow, so if you want to come along you should meet me in the kitchen before then."'
|
|
- elseif week = 6 and dostupindorf = 1:
|
|
|
|
|
|
+ elseif week = 6 and dostupindorf = 1 and grandaQW['block'] = 0:
|
|
if hour > 9 and hour < 12:
|
|
if hour > 9 and hour < 12:
|
|
'Your <<$npc_nickname[''A29'']>> is finishing up on some meals before leaving for Gadukino and puts down her work for a second. "<<$pcs_nickname>>, well? Do you want to come with us to Gadukino or would you rather stay home with Anya?"'
|
|
'Your <<$npc_nickname[''A29'']>> is finishing up on some meals before leaving for Gadukino and puts down her work for a second. "<<$pcs_nickname>>, well? Do you want to come with us to Gadukino or would you rather stay home with Anya?"'
|
|
|
|
|
|
- act 'Go to Gadukino':hour = 12 & minut = 0 & indorf = 1 & gt 'famdorfride'
|
|
|
|
|
|
+ act 'Go to Gadukino':gt 'gadhouse', 'to_gadukino'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|