So the code where you are is:sasha isnot unlocked i have given her the subscription her pet event is yet to start
if $gg['downtown_apt'] > 0:
if $data['events_sasha_pet'] = 0:
if $data['events_fira_chain_love'] = 0:'<a href="exec:minutes+=60 & gt ''tech_fira'',''first_sex_0''">Take her to your apartment
Sasha pet appears to be set if you lock Sasha in your bathroom for "training"
Fira chain love is set by having sex with Fira so you shouldn't have anything on that.
The only thing I can think of is that something has changed values in your save file, either a bug or a side effect of a cheat used.
To remove the requirements from taking her home open the game's QSP file in Qgen
Search for:
$args[0] = 'stud_club_11'
I would suggest changing the stud club 11 entry to the following: (you can just copy and paste my code entry over the existing stud club 11 section as long as you make sure to replace the full section)
Code:
if $args[0] = 'stud_club_11':
cls
gs'gs_inv_show_block'
'<div id="right-column">'
'<div id ="main-show"><video preload="metadata" autoplay loop height="500"><source src="pic/unique_npc/fira/stud_club_11.webm" type=''video/webm;''></video></div>'
'<div id ="text-show">'
'I found Fira in one of the many rooms of this house. She odinochestve lay on the bed and her hand was shoved in panties. She caressed herself softly moaning softly. What to do now? Take them home or take advantage of the situation?'
'</div>'
'<div id="acts-buttons">'
! if $gg['downtown_apt'] > 0:
! if $data['events_sasha_pet'] = 0:
! if $data['events_fira_chain_love'] = 0:'<a href="exec:minutes+=60 & gt ''tech_fira'',''first_sex_0''">Take her to your apartment</a>'
! end
! end
'<a href="exec:minutes+=60 & gt ''tech_fira'',''first_sex_0''">Take her to your apartment</a>'
'<a href="exec:gs''gs_time_loc_city'' & gt ''valley''">Leave</a>'
'</div>'
'</div>'
end
This means it can easily be changed back if needed.