[Condition] isIncest

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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
Last edited by Raddeck on Wed Jun 15, 2022 10:58 pm, edited 1 time in total.
Reason: Added 1 example - Updated
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply