# saunawork
$metka = $ARGS[0]
$loc = $CURLOC
$metkaBroom = $ARGS[0]
$locBroom = $CURLOC
$metkaM = $ARGS[0]
$locM = $CURLOC
saunaYouRoom = 1
if paymamka = 0:paymamka = 300
if workDolg > 0:paymamka = 300
if workDolg <= 0:paymamka = 500
gs 'stat'
'
Sauna'
''
'All the walls are covered in mirrors.'
if saunaWorkNow = 1:
saunaWorkNow = 0
money -= paymamka
'Nurse cames to you and takes from you <> per customer.'
end
if money > 0 and workDolg > 0:workDolg -= money & money = 0
if workDolg > 0:'Your debt is <> ₽'
gs 'stat'
if workDolg <= 0:act 'Leave':gt 'sauna'
if workDolg > 0:act 'Go to your room':gt 'saunaroom'
if workDolg > 0 and vnesh = -10 or workDolg > 0 and SLomka > 0:
cls
workDolg += 1500
gs 'stat'
'You are beckoned by the nurse. "Hey, come here."'
'You go up to her and she demands your bared arm. You present your arm as required and she takes out a syringe filled with drugs. "Sit still, I''ll give you a shot now and it will make you feel like normal again."'
act 'Leave':StrongNarkota += 25 & SNarkTimes += 1 & minut += 10 & gt $curloc
exit
end
act 'Sit on the couch (1:00)':
if mop > 1 and hapri = 1 and sweat <= 0 and leghair <= 0 and lobok <= 0:
cls
minut += 60
gs 'stat'
''
'You spend an hour sitting on the couch waiting for customers.'
saunaWorkKlient = 0
if hour >= 21:
saunaWorkKlient = 1
elseif hour >= 16:
if rand(0, 100) >= 10:saunaWorkKlient = 1
elseif hour >= 12:
if rand(0, 100) >= 50:saunaWorkKlient = 1
elseif hour > 8:
if rand(0, 100) >= 80:saunaWorkKlient = 1
end
if saunaWorkKlient = 1:
cls
gs 'stat'
''
'A clients has arrived at the sauna, the girls line up so that the customer can choose his favorite.'
if rand(0, 120) < vnesh:
'Client jabs a finger at you, "This one."'
act 'Go to the sauna with client':gt 'saunawhore'
else
'Client examines you closely but turns away to chose another girl.'
act 'Leave':gt $curloc
end
else
'Looking at you the client immediately turns away and choses another girl.'
act 'Leave':gt $curloc
end
else
'The brothel madam comes over to you and says, "Our customers expect you to be clean, shaven, made-up and your hair looking nice. Go and sort yourself out, now!"'
act 'Leave':gt $curloc
end
exit
end
if clenerSauna ! daystart:
act 'Clean toilets (1:00)':
cla
*clr
minut += 60
clenerSauna = daystart
manna -= 25
workDolg -= 100
sweat += 3
''
'You scrub the sauna toilets for an hour until they shine.'
act 'Leave':gt $curloc
end
end
if clenerSauna2 ! daystart:
act 'Scrub floors (1:00)':
cla
*clr
minut += 60
clenerSauna2 = daystart
manna -= 25
workDolg -= 100
sweat += 3
''
'You spend an hour mopping and scrubbing all the floors.'
act 'Leave':gt $curloc
end
end
act 'Take a shower (0:15)':
cla
*clr
minut += 15
sweat = -3
horny += 1
hapri = 0
mop = 1
dynamic $showerdin
if frost > 0:frost = 0
''
'You go into the bathroom and turn on the shower. Lather your body and wash it off in the shower.'
if leghair > 0 or lobok > 0:
act 'Get razor':dynamic $saunabrit
end
if horny >= 90:
act 'Point shower at pussy':
cla
*clr
horny = 0
minut += 30
mastr += 1
orgasm += 1
manna += 15
willpower += 15
''
'You turn the shower head on your pussy and let the jet of warm water caress you. Soon you feel like a warm wave covers your entire body and you begin to shudder in orgasm.'
act 'Get out and get dressed':gt $curloc
end
elseif horny >= 40 and horny < 90:
act 'Point shower at pussy':
cla
*clr
horny += 5
minut += 30
manna += 10
willpower += 10
''
'You turn the shower head on your pussy and let the jet of warm water caress you. First you find this very nice, but after a while, it gets a little painful. You realise this is pointless and stop masturbating.'
act 'Get out and get dressed':gt $curloc
end
end
act 'Get out and get dressed':gt $curloc
end
$saunabrit = {
cls
if workDolg > 0:
'There are a handful of cheap razors you can use. Atleast they don''t make you pay for them, but only because they don''t know who has used which blades.'
else
'You rinse the razor blade it will be good for another <> uses.'
end
if leghair > 0:
act 'Shave your legs (0:15)':
cla
*clr
minut += 15
leghair = -5
horny += 5
if workDolg = 0:stanok -= 1
''
'You lathered up and shaved the hair off them.'
act 'Rinse razor':dynamic $saunabrit
end
end
if lobok > 0:
act 'Shave pubes (0:15)':
cla
*clr
minut += 15
lobok = -5
horny += 5
if workDolg = 0:stanok -= 1
''
'You lathered your pubis, then shaved all the hair from it.'
act 'Rinse razor':dynamic $saunabrit
end
end
act 'Get out and get dressed':gt $curloc
}
if mesec > 0 and isprok = 0 and workdolg > 0:
act 'Use a tampon (0:05)':
cla
*clr
isprok = 1
minut += 5
manna -= 5
workDolg += 10
''
'You use a tampon, it will add another 10rub to your debt, but the alternative is unpleasant.'
act 'Finish':gt $locM, $metkaM
end
end
--- saunawork ---------------------------------