Hookup Issue #1
Pretty sure the "Round 2?" option isn't meant for virgins:
You must be registered to see the links
The condition should be changed to:
if (pcs_vag > 0 and stat['think_virgin'] = 0) and hookup['bj'] < 2:
Hookup Issue #2
There seems to be a discrepancy between the picture of the NPC you meet on the street, and the pic that gets added to your phone if you add him to your contacts after the hookup.
Introduction:
Afterwards:
For some reason there's 2 different arrays being used for NPC pics and the values are being randomly generated separately:
You must be registered to see the links
You must be registered to see the links
When you first meet the NPC it's showing the pic from the lover_picrand array:
You must be registered to see the links
And when you add them to your phone afterwards it's using the $npc_pic array:
You must be registered to see the links
Booty Call Issue
I'm getting stuck with no further actions available after this bit of text:
The issue seems to be in this block of code:
You must be registered to see the links
I ran through the scenario several times and I only seem to get stuck with no option to continue if:
$booty_call['cum_choice'] = 'mouth' or
$booty_call['cum_choice'] = 'facial'
Here's the relevant variable values:
booty_call['cum_warn'] = 1
booty_call['his_choice'] = 1
$booty_call['cum_choice'] = 'mouth' (or 'facial')
booty_call['orgasm'] = 207
orgasm = 208
booty_call['boy_cum'] = 1