'
''
if salfetka > 0: 'You have <> wet wipes left in your purse. Use a tissue'
if pain_timer > totminut - 242 and painkiller > 0: 'Take a painkiller. <> painkillers left in your purse.'
if kosmetitka > 0 and pcs_makeup = 1: 'There''s a portable makeup in your purse. <> cosmetic applications left. Put on makeup'
if kosmetitka > 0 and pcs_makeup ! 1: 'There''s a portable makeup in your purse. <> cosmetic applications left.'
if mouthwash > 0 and (pcs_breath = 0 or cumloc[12] = 1): 'There''s a mouthwash in your purse. <> uses remaining. Use mouthwash'
if mouthwash > 0 and pcs_breath = 1 and cumloc[12] = 0: 'There''s a mouthwash in your purse. <> uses remaining.'
if greben > 0 and pcs_hairbsh = 0: 'There''s a hairbrush in your purse. Brush your hair'
if greben > 0 and pcs_hairbsh = 1: 'There''s a hairbrush in your purse. Your hair doesn''t need brushing right now.'
if prezik + prezikcount + preziksabo > 0:
if preziktype = 2 or preziksabo > 0:
'You have <> normal condoms left, and <> sabotaged condoms left in the purse.'
elseif preziktype < 2 and preziksabo = 0:
'You have <> condoms left in the purse.'
end
*nl
else
'You are out of condoms.'
end
if amphetamine > 0: 'You have <> tablets of amphetamine left in your purse. Take One'
if tabletki > 0 and pillsleft[ptype] > 0:
'You have <> unopened packages of birth control pills and <> pills left in your opened package.'
elseif tabletki = 0 and pillsleft[ptype] > 0:
'You have <> birth control pills left in your purse.'
elseif tabletki > 0 and pillsleft[ptype] = 0:
'You have <> unopened packages of birth control pills in your purse.'
else
'You are out of birth control pills.'
end
if mentats_have > 0:'Use a neurobooster pill in your purse. There are <> pills left. The warning label says not to take more than one per day.'
if steroid_have > 0:'Use steroids. You have <> steroids left in your purse.'
if bcream_have > 0:'Apply breast cream. You have <> cream left in your purse.'
if aphrodisiac_have > 0:'Chew aphrodisiac gum. You have <> gum left in your purse.'
if lubri > 0:'There''s a tube of lubricant in your purse, enough for <> applications.'
if bottle > 0: 'There''s a bottle of water in your purse. Drink'
if buterbrod > 0: 'There''s a sandwich in your purse. Eat'
if wine = 1 and alkowine = 0:'There''s a bottle of wine in your purse.'
if wine = 1 and alkowine = 1:'There''s a half-bottle of wine in your purse.'
if foto = 1:'Your purse contains a strange photo'
if pattest > 0:
iif(used_pattest > 1,$tt = 's',$tt = '')
'You have <> unused paternity test<<$tt>> in your purse.'
end
if used_pattest > 0:
iif(used_pattest > 1,$tt = 's',$tt = '')
'You have <> used paternity test<<$tt>> in your purse.'
end
killvar 'tt'
act 'Return':gt 'obj_din', 'menu_exit'
' |