|
@@ -107,7 +107,7 @@ if $ARGS[0] = '':
|
|
|
if svidanie[2] = 1:'<b><a href="exec:lover_number = 2 & gt ''lover_meet'', ''start''"><<$loverdesc[2]>></a> is waiting in the street.</b>'
|
|
|
end
|
|
|
end
|
|
|
- if npc_rel['A60'] > 0 and metmira = 1:
|
|
|
+ if npc_rel['A60'] > 0 and npc_known['A60'] = 1:
|
|
|
'Just down the road from your grandparents'' house is <a href="exec:minut += 5 & gt ''miroslavahome'', ''start''">Mira''s house</a>.'
|
|
|
act 'Go to Mira''s house': minut += 5 & gt 'miroslavahome', 'start'
|
|
|
end
|
|
@@ -302,14 +302,14 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'mira_events':
|
|
|
! never met mira before
|
|
|
- if npc_rel['A60'] = 0 and npc_QW['A60'] = 0:
|
|
|
+ if npc_known['A60'] = 0:
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/gadukino/village/miroslava.jpg"></center>'
|
|
|
'Walking around the village, you notice a young girl your age. Unfortunately, you do not recognize her from the last time you were in the village. She is pulling on a rope attached to the collar of a small calf. The calf grunts with displeasure, shakes her head and refuses to move further.'
|
|
|
act 'Walk away': gt 'gadukino'
|
|
|
act 'Help her':
|
|
|
*clr & cla
|
|
|
- metmira = 1
|
|
|
+ npc_known['A60'] = 1
|
|
|
npc_rel['A60'] += 10
|
|
|
minut += 15
|
|
|
gs 'stat'
|