# husb
if $ARGS[0] = 'start':
CLOSE ALL
cla & *clr
gs'stat'
'
<<$husName>>'
'> src="images/characters/shared/<>.jpg">'
gs 'husb', 'husb_discription'
gs 'husb', 'husb_action'
if $clothingworntype = 'nude':
if $braworntype = 'none' and $pantyworntype = 'none':
'Your husband, seeing you naked, says - "You are very beautiful."'
else
'Your husband smiles, "It''s always nice to see you in your underwear honey."'
end
end
act 'Move away':gt $loc, $metka
if husbandsexday < 4:
act 'Sex with your husband':gt'husbsex','room'
end
end
if $ARGS[0] = 'husb_discription':
if birthyear < husb_birth_year:
age_diff = husbAge - age
$h_age = '<<$husName>> was born in <>, he is <> years old. He is <> years older than you.'
elseif birthyear = husb_birth_year:
$h_age = '<<$husName>> was born in <>, he is <> years old. Same as you.'
else
age_diff = age - husbAge
$h_age = '<<$husName>> was born in <>, he is <> years old. You are <> years older than him.'
end
'Your husband <<$husName>>, <<$h_age>> It <<$husBody>> <<$husFat>> <<$husHair>>.'
if husband<20:'You have a terrible row with your husband.'
if husband>=20 and husband<40:'There are tension between you and your husband.'
if husband>=40 and husband<60:'You have a normal relationship with your husband.'
if husband>=60 and husband<80:'You have a good relationship with your husband.'
if husband>=80:'You have a great relationship with your husband.'
''
end
if $ARGS[0] = 'husb_action':
if $loc = 'korr':$husb_action = ''
if $loc = 'bedr':
if hour > 22 or hour < 7: $husb_action = 'Your husband <<$husName>> is lying in bed, eyes open. "What do you want? It is late, go to sleep."'
end
if $loc = 'sitr':
if hour > 7 and hour < 17 and week >= 6: $husb_action = '<<$husName>> is sitting on the couch and watching TV.'
if hour > 17 and hour <= 22: $husb_action = '<<$husName>> is sitting on the couch and watching TV.'
end
if $loc = 'vanr':$husb_action = ''
if $loc = 'kuhr':
if hour = 17 or hour = 7:$husb_action = '<<$husName>> is sitting at the kitchen table.'
end
'<<$husb_action>>'
end
--- husb ---------------------------------