Shay Cormac
Newbie
- May 24, 2018
- 18
- 10
- 129
_
So... I think this could be "unintentional", or maybe I missed something? ->
This code:
-
if morgan.sub <= 50 or morgan.male <= 66 or not morgan.sexperience:
-
Means that Morgan will not accept the butt plug if her "Male" stat goes below 67,
But if the code is adjusted like this, the opposite will happen (only accepts after her "Male" stat goes below 67):
-
if morgan.sub <= 50 or not morgan.male <= 66 or not morgan.sexperience:
-
Since Morgan has endings for both high and low "Male", maybe having the plug tied to the stat doesn't make sense.
It's more of a creative question, above my pay grade, all I'm saying is it doesn't make sense for a more feminine Morgan to reject a butt plug (I think).
Also this:
-
This is just a dialogue coherence issue, here ->
It's missing an "else" statement, like this ->
-
This issue is also present in Audrey's file/conversation.
So... I think this could be "unintentional", or maybe I missed something? ->
You must be registered to see the links
This code:
-
if morgan.sub <= 50 or morgan.male <= 66 or not morgan.sexperience:
-
Means that Morgan will not accept the butt plug if her "Male" stat goes below 67,
But if the code is adjusted like this, the opposite will happen (only accepts after her "Male" stat goes below 67):
-
if morgan.sub <= 50 or not morgan.male <= 66 or not morgan.sexperience:
-
Since Morgan has endings for both high and low "Male", maybe having the plug tied to the stat doesn't make sense.
It's more of a creative question, above my pay grade, all I'm saying is it doesn't make sense for a more feminine Morgan to reject a butt plug (I think).
Also this:
-
This is just a dialogue coherence issue, here ->
You must be registered to see the links
It's missing an "else" statement, like this ->
You must be registered to see the links
-
This issue is also present in Audrey's file/conversation.
Last edited: