123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # lug
- $metka = $ARGS[0]
- $loc = $CURLOC
- gs'stat'
- gs 'outdoors'
- '<center><img src="images/pic/lug.jpg" ></center>'
- 'A small but well maintained meadow with evergreen grass to rest, picnic or just sunbath. Mothers with small children regularly visit this place.'
- streetrand = RAND(0,100)
- if streetrand >= 10 and bfa < 1:
- vnerand = RAND(0,300)
- if vnerand <= vnesh:
- gs'boy'
- '<<$boybody>> <<$boybod>> <<$boyface>> comes up to you. He is wearing <<$boyClo>>'
- 'The guy introduces himself as <<$boy>> and asks for your telephone number.'
- act 'Tell him your number':
- cla
- gs'boyfrend','start'
- stopboy = 0
- '<<$boyA>> 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:
- horny += 20
- gs'stat'
- 'On the path stands a <a href="exec:dynamic $pavserjil">man</a> looking like he is waiting for someone.'
- end
- end
- act 'Go further':
- set minut += 10
- gt'prut'
- end
- act 'Going back':
- set minut += 5
- gt'parks'
- end
- gs 'events', 'street_cum'
- --- lug ---------------------------------
|