123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- # lug
- $metka = $ARGS[0]
- $loc = $CURLOC
- $location_type = 'public_outdoors'
- gs'stat'
- '<center><img src="images/locations/oldtown/park/lug.jpg" ></center>'
- '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 <a href="exec:dynamic $pavserjil">man</a> 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'
- end
- gs 'events', 'street_cum'
- if $ARGS[0] = 'prut':
- cls
- gs'stat'
- $location_type = 'public_outdoors'
- '<center><B>Park Pond</B></center>'
- '<center><img src="images/locations/oldtown/park/prut.jpg" ></center>'
- 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'
- '<center><B>Park Pond</B></center>'
- '<center><img src="images/locations/oldtown/park/prut2.jpg" ></center>'
- 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'
- '<center><img src="images/locations/oldtown/park/luzhayka.jpg" ></center>'
- act 'Go further':
- set minut += 15
- gt 'lug', 'prut2'
- end
- act 'Going back':
- set minut += 30
- gt'parks'
- end
- end
- --- lug ---------------------------------
|