I recognized, with 0.3.7.0,
darkhound1 enabled a function
Random Sex but there seems to be an error in the if-clause of Amy:
Python:
if location == "nightbar" and (char1.get_scene_seen("Nightbar_ladies_room_extras") == True or char1.add_scene_seen("Nightbar_arm_wrestling_sex")):
The third condition isn't a
have-it-been-seen query but a
it-has-been-seen definition. So, when Amy wears her super sexy outfit at the night bar, i'll get the scene even if none of the other two prerequisites are true (the add-statement returns the necessary
True to pass).