123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # dachamy
- *clr & cla
- $loc_arg = ''
- $loc = 'dachamy'
- $menu_loc = 'dachamy'
- $menu_arg = ''
- menu_off = 0
- $location_type = 'public_outdoors'
- gs 'stat'
- '<center><h2>Suburban Cooperative</h2></center>'
- '<center><h4>Cottage</h4></center>'
- '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachamy.jpg"></center>'
- 'Your favorite summer residence.'
- act 'Exit the alley':
- minut += 15
- gt 'dachi'
- end
- act 'Go into the house':gt 'dachain', 'start'
- if sunWeather = 1:
- if pcs_stam >=15 or (pcs_stam >= 10 and mc_inventory['book_yoga'] + mc_inventory['hula_hoop'] > 0):
- if PCloSport = 0:
- *nl
- 'You could do some exercises here if you were wearing exercise clothes.'
- else
- *nl
- 'You can do some exercises here.'
- act 'Exercise': gt 'exercise', 'workout'
- end
- end
- end
- if hour < 23 and hour >= 7:
- act 'Inspect garden':
- cla
- menu_off = 1
- minut += 5
- if etoexhib < 16:gt 'dachaogr0'
- if etoexhib = 16:gt 'dachaogr'
- end
- end
- if pcs_horny >= 90: act 'Masturbate in the garden': gt 'ugol1','start'
- --- dachamy ---------------------------------
|