# saunaroom
$metka = $ARGS[0]
$loc = $CURLOC
$metkaBroom = $ARGS[0]
$locBroom = $CURLOC
$metkaM = $ARGS[0]
$locM = $CURLOC
saunaYouRoom = 1
'
Room'
''
'The room is barely removed bed and cabinet.'
'Hanging on the wall mirror'
if money > 0 and workDolg > 0:workDolg -= money & money = 0
if workDolg > 0:'Your debt is <> rubles'
act 'Go to the sauna':gt 'saunawork'
if workDolg > 0:
act 'There are in debt (0:05)':
cla
*clr
minut += 5
workDolg += 50
set health += 30
set manna += 100
energy = 20
water = 20
fat += 50
salo += 1
frost = 0
gs 'stat'
''
'You drank tea with cookies, sweet and very bad for the figure, but so nice.'
act 'Get up from the table':gt $curloc
end
act 'Borrow cosmetics':
workDolg += 1000
set kosmetica += 25
gt $curloc
end
end
if water < 20:
act 'Drink':
cla
set minut += 5
if water >= 20:'Water in you no longer climbs.'
if water < 20:
'You gladly drank a glass of water.'
set water += 20
end
act 'Get up from the table':gt $curloc
end
end
--- saunaroom ---------------------------------