Hopefully yes. The party should be getting a quicker/trimmed down set of events at some point but I don't know when.i wanted to ask you something, any plans for more NTR scenes in the Lydia party event?
Thanks very much for the detailed report and save! I can't actually recreate the error on my end, which might suggest it's a browser specific thing, so if you can tell me which browser you are using to play, I can investigate further. The first part of the conditional you posted is meant to prevent this error, but if it's not working on certain browsers then that's a huge issue since this is far from the only example like this.Got an error in the Club: clubPromoTriggers has some issue.
View attachment 3007217
My save attached.
I suspect this block, as it has the only mention of vipIntro
I'm new to digging around in this language, but it seems like there's an issue with actually declaring either the vipIntro or vipIntro.unlocked variable. I found a "run melEventTrackingClubVip()" command that is meant to run if her vipIntro == null, but the scripts are still a little over my head. Anyways, hopefully this is helpful.Code:/* mel vip unlock */ <<if $melEventTracking.vipIntro != null && $melEventTracking.vipIntro.unlocked == false>> <<if $clubStats.revCap >= 100 && $clubStats.morale >= 70 && $clubStats.appeal >= 60>> <<set $melEventTracking.vipIntro.unlocked = true>> <</if>> <</if>>
Glad it sounds appealing. AI is definitely making a mark but I personally have no intention of using it in its current form. It has a long way to go before it can compete with something more "hand crafted".Completely understandable and incredibly excited to see your new vision become a reality! Look forward to the ability to tailor personalities! I've seen AI images being used to replace material out there, I wonder if that is the future of these types of games.