# ybass
$metka = $ARGS[0]
$loc = $CURLOC
clr
gs 'stat'
'
Swimming Pool'
'> src="images/locations/city/suburb/mansion/ybass.jpg">'
if $clothingworntype ! 'nude': act 'Go to your house':minut += 5 & gt 'youplace'
act 'Go into Gym': gt 'ysport'
act 'Swim (1:00)':
cla
*clr
pcs_makeup = 1
cumspclnt = 10
gs 'cum_cleanup'
minut += 60
pcs_sweat = 10 + rand(0,4)
pcs_mood += 5
if willday_swim ! daystart: willday_swim = daystart & pcs_willpwr += 1
if pcs_stren < 40:stren_exp += 1
'> src="images/locations/shared/lake/swim.jpg">'
'You swim in the pool, the water refreshes and invigorates.'
if deodorant_on = 1: gs 'sweat', 'remove_deo' & '
Your deodorant gets washed away in the water.'
act 'Out of the water':gt 'ybass'
end
--- ybass ---------------------------------