WHAT: all
WHERE: home
WHEN: 0 - 24
WHO: Actor = getCompanion(); Actor2 = Actor.getRelatedPerson(ParentChild); If !Actor.isDating() && Actor:rapportwithplayer > 50 && Player.isInterestedIn(Actor2) && Actor2.isInterestedIn(Player)
OTHER: energy > 90 && isModEnabled(vin_NonConsensual) && isModEnabled(vin_Netori) && isModEnabled(vin_BDSM) && Player.isRace(Vampire)
SceneStart()
AlreadySlave = Actor2.getActorVar(tag_Slave)
If AlreadySlave == 1
SceneEnd()
timeout(100, vampire_enslaves_daughter)
Endif
Existing = Actor.getActorVar(tag_Slave)
If Existing > 0
Actor.dressBondage(Collar)
"My slave <Actor.name> has a very attractive <Actor2.son_or_daughter>... I could to use my abilites to enslave <Actor2.his_or_her> too!"
0:: "I'll expand my harem of delicious thralls!"
1:: "Actually... no, that would be too evil, what was I even thinking!?"
If 0
energy -= 10
Player(Evil):: "My dear <Actor.name>, I'd love to meet your <Actor2.son_or_daughter>. Why don't you arrange me meeting <Actor2.him_or_her>?"
Actor(Happy):: "Of course, Master! I'll set up a meeting with <Actor2.name> right away! Uh, will you enslave <Actor2.him_or_her> like me, too?"
Player(Evil):: "Why my dear, what a truly excellent suggestion! I think I will. Do you like the idea?"
Actor(Sad):: "I... well... uh..."
"<Actor.He_or_She> is taken aback for a moment. Then my will overcomes <Actor.his_or_her> common sense."
Actor(Happy):: "Yes, I do! <Actor2.name> will make a marvelous slave for you, Master!"
"Sometimes later..."
setBackground(home)
Actor2.dress()
Actor2.show()
Actor2(Suprised):: "<Actor.Dad_or_Mom>? <Player.name>? What a nice suprise, what brings you here?"
Actor(Happy):: "You didn't know this, but I'm actually <Player.name>'s loyal slave! And I thought it was time for you to become <Player.his_or_her> property, too!"
Actor2(Scared):: "What??? What are you talking about? No please, no, <Actor.Dad_or_Mom> let me go, what are you doing?! What is happening?!?"
"<Actor.name> had stepped behind <Actor2.name> and held <Actor2.him_or_her> still."
"I took <Actor2.name>'s chin in my hand and forced <Actor2.him_or_her> to look into my eyes."
Player(Evil):: "Don't you worry, you will enjoy being my willing fucktoy soon enough..."
"I used my hypnosis powers to conquer <Actor2.name>'s will."
Actor2(Scared):: "Nooooo... please..."
"A few minutes of hypnosis later..."
energy -=40
"Finally <Actor2.he_or_she> agreed that <Actor2.he_or_she> was my slave, and should rightfully submit to me as <Actor2.his_or_her> <Player.master_or_mistress>."
"As my slave, <Actor2.name> swore to obey my every command. In fact, satisfying all my needs is all that <Actor2.he_or_she> was born for."
Actor2.setActorVar(tag_Slave, 1)
Actor2.strip()
Actor2.dressBondage(Collar)
"To mark my new slave as my property, I put a collar around <Actor2.his_or_her> neck, and forbid <Actor2.him_or_her> from ever removing it."
"Then it was time to claim my new slave while <Actor2.his_or_her> <Actor.father_or_mother> was watching..."
Sex(Player, Actor2)
Actor:incest = 100
Actor2:incest = 100
"While I enjoyed my new slave, <Actor.name> was touching <Actor.him_or_her>self, biting <Actor.his_or_her> lip in rapt fascination."
"Should I reward my slave <Actor.name>? After all, enslaving <Actor2.name> had been '<Actor.his_or_her>' idea..."
0:: "End with a threesome"
1:: "No, no need for a reward."
If 0
Sex(Player, Actor, Actor2)
Actor2(Happy):: "Thank you for making me your slave, Master! And thank you, <Actor.Dad_or_Mom>, for suggesting it. I've never been happier in my life!"
Player(Evil):: "You are very welcome. Oh, the fun I will have with the two of you..."
Actor2.setActorVar(tag_Slave, 1)
Else
Actor2(Happy):: "Thank you for making me your slave, Master! And thank you, <Actor.Dad_or_Mom>, for suggesting it. I've never been happier in my life!"
Player(Evil):: "You are very welcome. Oh, the fun I will have with the two of you..."
Actor2.setActorVar(tag_Slave, 1)
Endif
Else
"I'm not a monster, after all!"
Endif
Endif
Actor.show()
Endif
SceneEnd()
timeout(100, vampire_enslaves_daughter)