'
end
'You step out on the balcony. As you step out on the balcony you feel a light breeze making you a bit chilly.'
if hour >= 0 and hour <= 6:
'It''s dark outside. The street lamps brighten the empty streets below.'
elseif hour = 7:
'The sun is dawning outside, the birds are waking up and are happily chirping.'
elseif hour >= 8 and hour <= 19:
'It''s quite nice outside today. The busy streets are reflecting that, there are lot of people walking at a fast pace.'
elseif hour >= 20 and hour <= 23:
'It''s twilight and the street lights are dimly lit. There''s far less movement on the streets.'
end
if $clothingworntype = 'nude':
if sosedBalDay ! daystart:
if rand(1, 4) = 4:
'A neighbor from the opposite building is out on his balcony and looking your way. He''s noticed that you''re naked...'
act 'Look at the neighbor':gt 'balkon2', 'sosed'
else
'A neighbor from the opposite building is out on his balcony and looking your way. You feel a bit creeped out that he''s following you closely with his gaze.'
end
else
'No one notices that you''re standing naked on your balcony. You feel a bit dejected that no one payed you any attention.'
end
end
act 'Return to the living room':
if $loc = 'sitr':
gt 'sitr'
else
gt 'sitr2x'
end
end
act 'Approach the railing':gt 'balkon2', 'niz'
if siga >= 1:act 'Light a cigarette':gt 'balkon2', 'kurit'
!!!Probably CV edition
if pcs_horny >= 50 and pcs_inhib > 30:
act 'Masturbate':gt 'balkon2', 'masopt'
end
end
--- balkon ---------------------------------