# din_bad
$d_salf = {
clr
salfetka -= 1
pl 'Throw out tissue'
if cumface > 0:pl 'Wipe your face'
if cumfrot > 0:pl 'Wipe clothing'
if mop ! 1:pl 'Wipe cosmetics'
}
$d_kosmetitka = {
clr
pl 'Close makeup bag'
if kosmetitka >= 1:pl 'Light make-up'
if kosmetitka >= 2:pl 'Natural make-up'
if kosmetitka >= 3:pl 'Heavy make-up'
}
$d_bag = {
clr
pl 'Close bag'
if salfetka > 0:pl 'You have <> wet wipes. Take tissue'
if kosmetitka > 0 and mop = 1:pl 'You have portable makeup bag. Cometic applications left <>. Put on makeup'
if kosmetitka > 0 and mop ! 1:pl 'You have portable makeup bag. Cometic applications left <>.'
if greben > 0 and hapri = 0:pl 'You have a hairbrush. Brush your hair'
if greben > 0 and hapri = 1:pl 'You have a hairbrush.'
if prezik > 0:pl 'You have <> condoms. Throw away'
if tabletki > 0:pl 'You have <> birth control pills. Throw away'
if bottle > 0:pl 'You have a bottle of water. Drink'
if buterbrod > 0:pl 'You have a sandwich. Eat'
if wine = 1:pl 'In your purse is a bottle of wine'
}
--- din_bad ---------------------------------