'
if pubestyle ! 1:
'Clean Shave'
else
'Clean Shave'
end
' | '
if pubestyle ! 2 and pcs_pubes > 15:
'V-shaped'
else
'V-shaped'
end
' | '
if pubestyle ! 3 and pcs_pubes > 15:
'Triangle-shaped'
else
'Triangle-shaped'
end
' | '
if pubestyle ! 4 and pcs_pubes > 15:
'Landing-strip'
else
'Landing-strip'
end
' | '
if pubestyle ! 5 and pcs_pubes > 15:
'Heart-shaped'
else
'Heart-shaped'
end
' | '
*P '
'
if pubestyle ! 6 and pcs_pubes > 15:
'Flame-shaped'
else
'Flame-shaped'
end
' | '
if pubestyle ! 7 and pcs_pubes > 15:
'Cross-Shaped'
else
'Cross-Shaped'
end
' | '
if pubestyle ! 8 and pcs_pubes > 20:
'Trimmed'
else
'Trimmed'
end
' | '
if pubestyle ! 9 and pcs_pubes > 25:
'Small Bush'
else
'Small Bush'
end
' | '
if pubestyle ! 10 and pcs_pubes > 35:
'Full Bush'
else
'Full Bush'
end
*P '> src="<>"> | > src="<>"> | > src="<>"> | > src="<>"> | '
*nl
' '
if pubestyle ! 11 and pcs_pubes > 10:
'Lazy'
'(don''t immediately shave stubble)'
else
'Lazy'
'(don''t immediately shave stubble)'
end
' | '
if pubestyle ! 12 and pcs_pubes > 15:
'Mini Bush'
else
'Mini Bush'
end
' | '
if pubestyle ! 13 and pcs_pubes > 20:
'Bushy Strip'
else
'Bushy Strip'
end
' | '
if pubestyle ! 14 and pcs_pubes > 20:
'Rectangle'
else
'Rectangle'
end
' | '
'Your razor will last for <> more shaves.'
*nl
'Change your shaving routine:'
'Note: Choosing to never shave, or to shave legs only, will remove your chosen shave style. You can only choose a style if you currently have enough hair to support it.'
*nl
!if shave_menu = 0:nothing
!if shave_menu = 1:legs and pussy
!if shave_menu = 2:pussy only
!if shave_menu = 3:legs only
if shave_menu = 0:
$shave_chosen = 'doesn''t include any shaving options.'
$shave_time = ''
'Never shave | '+iif(pubestyle = 0,'Everything','Everything')+' | '+iif(pubestyle = 0,'Pussy only','Pussy only')+' | Legs only'
elseif shave_menu = 1:
$shave_chosen = 'involves shaving your legs and maintaining your current pubic style.'
$shave_time = 'It takes 15 minutes to complete this routine.'
'Never shave | Everything | '+iif(pubestyle = 0,'Pussy only','Pussy only')+' | Legs only'
elseif shave_menu = 2:
$shave_chosen = 'involves not shaving your legs and maintaining your current pubic style.'
$shave_time = 'It takes 10 minutes to complete this routine.'
'Never shave | '+iif(pubestyle = 0,'Everything','Everything')+' | Pussy only | Legs only'
elseif shave_menu = 3:
$shave_chosen = 'involves shaving your legs and not maintaining any chosen pubic style.'
$shave_time = 'It takes 5 minutes to complete this routine.'
'Never shave | '+iif(pubestyle = 0,'Everything','Everything')+' | '+iif(pubestyle = 0,'Pussy only','Pussy only')+' | Legs only'
end
*nl
'Your current routine <<$shave_chosen>> <<$shave_time>>'
' |