'
''
if salfetka > 0: 'You have <> wet wipes left in your purse. Use a tissue'
if painkiller > 0 and pain['total'] > 0 and pain['killer'] = 0:
'You have <> painkiller'+iif(painkiller > 1, 's ', ' ')+'left in your purse. Take One'
elseif painkiller > 0 and (pain['total'] = 0 or pain['killer'] > 0):
'You have <> painkiller'+iif(painkiller > 1, 's ', ' ')+'left in your purse.'
end
if mouthwash > 0 and (pcs_breath = 0 or cumloc[12] = 1):
'There''s mouthwash in your purse. <> uses remaining. Use mouthwash'
elseif mouthwash > 0 and pcs_breath = 1 and cumloc[12] = 0:
'There''s mouthwash in your purse. <> uses remaining.'
end
if (compact_mirror = 1 or greben = 1) and pcs_hairbsh = 0:
'There''s a hairbrush in your purse. Brush your hair'
elseif (compact_mirror = 1 or greben = 1) and pcs_hairbsh = 1:
'There''s a hairbrush in your purse. Your hair doesn''t need brushing right now.'
end
if compact_mirror = 1:
'You have a compact mirror in your purse'+iif(kosmetitka > 0, ' and some portable makeup.', '.')
elseif compact_mirror = 0 and kosmetitka > 0:
'You have some portable makeup in your purse, but you need a compact mirror to apply it.'
end
if prezik + prezikcount + preziksabo > 0:
if preziktype = 2 or preziksabo > 0:
'You have <> normal condoms left, and <> sabotaged condoms left in your purse.'
elseif preziktype < 2 and preziksabo = 0:
'You have <> condoms left in your 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 refillable_bottle = 3:
'You carry your sports water bottle in your purse. It''s still completely full. Drink'
elseif refillable_bottle = 2:
'You carry your sports water bottle in your purse. It''s half full. Drink'
elseif refillable_bottle = 1:
'You carry your sports water bottle in your purse. It''s empty.'
end
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: 'You have <> unused paternity test'+iif(used_pattest > 1, 's ', ' ')+'in your purse.'
if used_pattest > 0: 'You have <> used paternity test'+iif(used_pattest > 1, 's ', ' ')+'in your purse.'
act 'Return':gt 'obj_din', 'menu_exit'
' |