- Nov 30, 2017
- 102
- 66
I was constantly missing the first option, to recommend something fun. So this means I've had to have sexually flirted with them at least once? Don't really know what that means.. I flirted with all of them and tried some of the ''sexy'' options during the date but hey didn't show up yet (in the restaurant or the cinema)Oh, AFTER you invite them into your room? That's a different block of code entirely. This code is only for after the date and you two are in the hallway. Let me look...
Okay, here's the code for after you invite them into your room and they accept:
So, this says:Code:label date_end_invite(Character): call expression f"{Character.tag}_date_end_invite_start" from _call_expression_395 if Player.location == Player.home: menu: extend "" "Recommend something {i}fun{/i}" if approval_check(Character, threshold = "sexual_flirting"): call expression f"{Character.tag}_date_end_invite_accept_hookup" from _call_expression_396 call date_hookup(Character) from _call_date_hookup call expression f"{Character.tag}_date_end_invite_accept_hookup_sleepover" from _call_expression_397 if _return: return "Invite her to sleep over" if Character.History.check("sleepover"): call expression f"{Character.tag}_date_end_invite_accept_hookup_sleepover_invited" from _call_expression_398 return "Say goodnight": call expression f"{Character.tag}_date_end_invite_accept_goodnight" from _call_expression_399 $ remove_Characters(location = Player.home) $ set_the_scene(location = Player.home)
If you're in your room, show the menu options:
So, are you saying that when you get into your room, you don't get that option in the menu or you don't get the menu at all?
- Recommend something fun IF AND ONLY IF the character meets the threshold defined in "sexual_flirting"
- Invite her to sleep over IF AND ONLY IF the character has slept over before
- Say Good night
I'll see if they offer after a date now that I've hooped up with them all outside of a date.
UPDATE: They do offer the ''Recommend something fun'' after a date now.
Last edited: