AidanPryde04808
Member
- Mar 13, 2025
- 103
- 94
- 37
Huh... Ok, first of, thank you.Okay so this is the relevant code:
So aside from it being Evening the only conditions are for two quests to be active:Code:label home_lida_bedroom: nav scn lida_bedroom if npc['lida'].active('more_video'): if npc['hero'].active('make_ivan_video'): if daytime('evening'): pause 2 jump lida_shower_sex else: h_ "Nobody’s here. Guess I’ll catch her another time. Might as well fuck around with other shit for now."
- "more_video" is activated when you go to Ivan's office and get knocked out, you wake up have the conversation and he tells you that he needs another video. (This quest is completed during the shower scene) Since you are getting the text it has to be active.
- "make_ivan_video" is activated when you go to jail and talk to Said who tells you that Ivan is doing stuff with Gulya. (This quest never gets marked as completed at least in the current version so there's no way to close it prematurely)
If you saw that scene with Said, were you working with a save from a previous version when you saw that scene, maybe a variable changed between versions or the store method? If you did then you may need to try loading a save before that point, or enable the dev console and force the quest to be active by trying the following commands (copy paste each and hit enter).
$ npc['hero'].activate('make_ivan_video')
$ npc['hero'].reactivate('make_ivan_video')
Second, I was only in Prison once and that was after the "Camera Store Incident". The only time I say Said when i was there with Gulya to get the Ring back and he ran away, never seen him since.
I also never had any more Quests with Anya, last one was the Billard Hall one. I've watched her Cam Show though and made it to 90 points. And it was a fresh game from the start with the current Version. I guess I'll give the Console a go.
And the other Girl that was pissed during the first Dinner with all the Family, never seen her since.