Page 1 of 1

[Condition] isIncest

Posted: Sat Nov 13, 2021 2:58 pm
by Raddeck
isIncest()


USE:
Can be used for lptalk and lpdesc, check if the current sex scene is an incxxt one.


TYPE: Condition, Reference
RETURNS:
THEME: Family
COMPARE:


EXAMPLE:
For lpdesc:

Code: Select all

##
isIncest() && Tag(Blowjob) && A2.isPlayer()
    My view is covered by the sight of my own <Ptr.relationship>'s cock, and I can't get enough of it.

EXAMPLE2:
For lptalk:

Code: Select all

##
IsIncest() && A2.isPlayer()
    We should stop ... Our passion is forbidden! I'm your <A1.relationship> ...
    No, don't stop!

EXAMPLE3:
For lpscene:

Code: Select all

If MainActor.isMale() && !SecondActor.isMale()
    isIncest = true
EndIf