CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Ravenger6660

Active Member
Sep 14, 2017
847
991
Two of my actors have the tag and perversion < 50, "~" ->"deflowered_loves.lpscene" doesn't work too.
This is the code.
Code:
WHO: Actor = getPerson(tag_Deflowered); If Actor:attractiontoplayer > 0 && !Actor.isDating()
OTHER:

Likes = Actor.GetActorVar(tag_Stalker)
If Likes > 0 || Actor:perversion > 50
1. is Actor tag_Deflowered ?

2. Actor:attractiontoplayer > 0 ?

3. !Actor.isDating() Specifically the player ?

4. is Actor tag_Stalker ? Or Actor's perversion > 50 ?

Sometimes 'The Game Itself' will only trigger some scenes and not others.
 
  • Like
Reactions: R0y

PuToUtO

Member
Sep 11, 2019
125
58
1. Do you have more than one person tag_Deflowered
2. Based on 'stats' and/or 'tags' are they also able to trigger scene?
"If Likes > 0 || Actor: Perversion > 50"

3. Chances are that the scene could keep picking someone unable to trigger scene.

But otherwise I have no idea why you are having problems.
1.Yes
2.idk, maybe yes
3.So, it picks actor who has tag_Deflowered but doesn't have tag_Stalker, reducing the chance of continuing?
 

QueenSari

New Member
Apr 9, 2021
9
25
Vinfamy
Are there any mods or plans to allow male characters to use the same penis model and penis customization as female characters?

I feel like it should be possible, but I know nothing of coding so I can't really mod it to do so myself.
 

zii1

Member
Jun 20, 2019
132
62
Last edited:

Ravenger6660

Active Member
Sep 14, 2017
847
991
thank you for the reply, I searched for it earlier and realized , I should have said I had the mod installed and active already, but not sure how get to those scenes in to be used in game
In order to get Breeding_Rabbits to work you will need to Donate_Sperm at Hospital so that you can get the tag_Breeder on some npcs. Breeding_party_2 also helps.

Bad_Medicine {Take chinese aphrodisiac more than once. And fuck same girl over and over.}

make_baby {try and get girl-friend pregnant}

Wants_Baby {playing as a male an ovulating female npc will want to get pregnant}

Give_me_Baby {playing as a female ovulating and male npc you know will try to knock you up}

Roommate_Drug {You need roommate and chinese aphrodisiac in inventory}

Breeding_family_Drug {You need a family member and chinese aphrodisiac in inventory}

You can also manual trigger scenes by press [ ` ] key and typing name of scene.
 

zii1

Member
Jun 20, 2019
132
62
In order to get Breeding_Rabbits to work you will need to Donate_Sperm at Hospital so that you can get the tag_Breeder on some npcs. Breeding_party_2 also helps.

Bad_Medicine {Take chinese aphrodisiac more than once. And fuck same girl over and over.}

make_baby {try and get girl-friend pregnant}

Wants_Baby {playing as a male an ovulating female npc will want to get pregnant}

Give_me_Baby {playing as a female ovulating and male npc you know will try to knock you up}

Roommate_Drug {You need roommate and chinese aphrodisiac in inventory}

Breeding_family_Drug {You need a family member and chinese aphrodisiac in inventory}

You can also manual trigger scenes by press [ ` ] key and typing name of scene.
Thanks
 

PuToUtO

Member
Sep 11, 2019
125
58
This is the code.
Code:
WHO: Actor = getPerson(tag_Deflowered); If Actor:attractiontoplayer > 0 && !Actor.isDating()
OTHER:

Likes = Actor.GetActorVar(tag_Stalker)
If Likes > 0 || Actor:perversion > 50
1. is Actor tag_Deflowered ?

2. Actor:attractiontoplayer > 0 ?

3. !Actor.isDating() Specifically the player ?

4. is Actor tag_Stalker ? Or Actor's perversion > 50 ?

Sometimes 'The Game Itself' will only trigger some scenes and not others.
start_relationship_Crazy.lpscene
You don't have permission to view the spoiler content. Log in or register now.
Likes = Companion.GetActorVar(tag_Deflowered)
Likes2 = Companion.GetActorVar(tag_Deflowerer)
"Actor" should be "Companion".

virgin_approaches
You don't have permission to view the spoiler content. Log in or register now.
Actor.isRelative -> Actor.isRelative()
There are many scenes their functions missing "()".

I think "spouses" in hasRelationship(Dating, spouses) needs to be "Spouses" to work.

And I found a problem in Vin's master_to_slave.lpscene.
You don't have permission to view the spoiler content. Log in or register now.
But Actor will be the one in first scene, !Actor.isValid() will be false, PassOn always faills.
 
Last edited:
3.30 star(s) 118 Votes