def Laura_Rogue_talking_about_masturbation_setup():
label = "Laura_Rogue_talking_about_masturbation_setup"
conditions = [
"not EventScheduler.check('Laura_Rogue_talking_about_masturbation')",
"Laura.location not in ['hold', Player.location, Player.destination]",
"Rogue.location not in ['hold', Player.location, Player.destination]",
"Laura.home not in [Player.location, Player.destination]",
"time_index not in Laura.schedule.keys()",
"time_index not in Rogue.schedule.keys()",
"renpy.random.random() > 0.75",
"Laura.get_friendship(Rogue) >= 3 and Rogue.get_friendship(Laura) >= 3",
"EventScheduler.check('Laura_first_friend_part_two')",
"EventScheduler.check('Rogue_Laura_asks_about_masturbation')",
"Laura.is_in_normal_mood()",
"Rogue.is_in_normal_mood()"]