'
''
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:
'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
!! Hair options
*nl
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 pcs_hairlng > 41 and hscrunch >= 1 and hbraids = 0:
if hscrunchw = 0 and hpingripw = 0: 'As you have a scrunchy, you can arrange your hair into a ponytail. You have <> scrunchies left.'
if hscrunchw = 1: 'Remove the scrunchie to get rid of the ponytail.'
end
if pcs_hairlng > 41 and hpingrip >= 1 and hbraids = 0:
if hscrunchw = 0 and hpingripw = 0: 'You have several clips, pins and grips for you hair. Hence, you can updo your hair. You have <> hair accessories at your disposal.'
if hpingripw = 1: 'Let your hair flow free.'
end
if pcs_hairlng > 80 and hscrunch >= 2 and hbraids = 0:
if hscrunchw = 0 and hpingripw = 0: 'You can use two hair ties to make yourself some pigtails.'
if hscrunchw = 2: 'Remove your scrunchies and let your hair flow free again.'
end
*nl
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
else
'You are out of condoms.'
end
if lubri > 0:
'You have <> squirts of lubricant available'
if auto_anal_lube = 0:
'Automatically use for anal sex: No'
else
'Automatically use for anal sex: Yes'
end
if auto_vag_lube = 0:
'Automatically use for vaginal sex: No'
else
'Automatically use for vaginal sex: Yes'
end
end
*nl
if amphetamine > 0: 'You have <> tablets of amphetamine left in your purse. Take One'
if joint > 0: 'You have enough weed for <> joints.'
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 morning_after_pill > 0:
if morning_after_pill = 1:
'You have one morning after pill.'
else
'You have <> morning after pills.'
end
else
'You have no morning after pills.'
end
if mentats_have > 0 and mentats_dose < 3:
'Use a neurobooster pill in your purse. There are <> pills left. The warning label says not to take more than one per day.'
elseif mentats_have > 0:
'There are <> neurobooster pills left. You really shouldn''t take any more pills today.'
end
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 refillable_bottle = 4:
'You carry your sports water bottle in your purse. It''s still completely full. Drink'
elseif refillable_bottle = 3:
'You carry your sports water bottle in your purse. It''s two-thirds full. Drink'
elseif refillable_bottle = 2:
'You carry your sports water bottle in your purse. It''s one-third 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 strapon = 1 and strapnumber = 0:
'You have a strapon harness in your purse, but you don''t have a dildo attached to it'+iif(dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 0, '. You keep your dildos in your desk at home.', ', because you don''t own one.')
elseif strapon = 1 and strapnumber ! 0:
'You have a strapon harness in your purse and a <<(strapnumber +1)*5>>cm attached to it.'
end
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.'
*nl
if $pursepantytype ! '' or $pursebratype ! '': 'You also have '+iif($pursepantytype ! '','a pair of panties','')+iif($pursepantytype ! '' and $pursebratype ! '',' and ','')+iif($pursebratype ! '','a bra','')+' in your purse, which you can put on in the nearest bathroom.'
act 'Return':gt 'obj_din', 'menu_exit'
' |