# 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_heroin = { clr heroin -= 1 minut += 5 StrongNarkota += 25 SNarkTimes += 1 gs 'stat' $tempval = '' if narkoman ! 0: $tempval = ' with trembling hands' 'You injected yourself<<$tempval>>' } $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 lubri > 0: pl 'Lubricant enough for <> applications.' if bottle > 0: pl 'You have a bottle of water. Drink' if buterbrod > 0: pl 'You have a sandwich. Eat' if heroin > 0: pl 'You have <> doses of heroin. Inject' if selfPornvidDVDCarry > 0: pl 'You are carrying <> of your amateur porn DVDs.' } --- din_bad ---------------------------------