# lug
$metka = $ARGS[0]
$loc = $CURLOC
$location_type = 'public_outdoors'
gs'stat'
'
'
'It''s a small but well maintained meadow with evergreen grass, perfect for laying down to rest, have a picnic or just sunbathe. Mothers with small children regularly visit this place.'
streetrand = RAND(0,100)
if streetrand >= 10 and bfa < 1:
vnerand = RAND(0,300)
if vnerand <= pcs_apprnc:
gs'boy'
'<<$boybody>> <<$boybod>> <<$boyface>> comes up to you. He is wearing <<$boyClo>>'
'The guy introduces himself as <<$boydesc>> and asks for your telephone number.'
act 'Tell him your number':
cla
gs'boyfrend','start'
stopboy = 0
'<<$boydescA>> thanks you and leaves.'
act 'Complete outing':gt'lug'
end
end
end
if pavserhom = 0 and psiha = 0 and housr = 0:
temp = RAND(1,100)
if temp >= 90:
pcs_horny += 20
gs'stat'
'On the path stands a man looking like he is waiting for someone.'
end
end
act 'Go further':
set minut += 10
gt 'lug', 'prut'
end
act 'Going back':
set minut += 5
gt 'parks', 'start'
end
gs 'events', 'street_cum'
if $ARGS[0] = 'prut':
cls
gs'stat'
$location_type = 'public_outdoors'
'Park Pond'
''
act 'Go further':
set minut += 10
gt 'lug', 'prut2'
end
act 'Going back':
set minut += 10
gt'lug'
end
end
if $ARGS[0] = 'prut2':
cls
gs'stat'
$location_type = 'public_outdoors'
'Park Pond'
''
act 'Go further':
set minut += 15
gt 'lug', 'luzhayka'
end
if MagikDostup ! 1 and rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
if knowsfairy < 1 and fairyskip = 0:
$metka = 'prut2'
xgt 'MagEncounterFairy'
elseif fairyskip = 0:
act 'Go to where the Fairy may be': xgt 'MagEncounterFairy'
end
end
act 'Going back':
set minut += 10
gt 'lug', 'prut'
end
end
if $ARGS[0] = 'luzhayka':
cls
gs'stat'
''
act 'Go further':
set minut += 15
gt 'lug', 'prut2'
end
act 'Going back':
set minut += 30
gt 'parks', 'start'
end
end
--- lug ---------------------------------