- Jan 30, 2024
- 12
- 29
Random Guy - Some of my creations for Lifeplay the bad, fun, and good ones
Did you know there is a dedicated preset sharing channel on the discord server?That’s all folks… time for a break lol. Hope you guys enjoy! I’ll upload more ladies next time.
*Also any tips on how to create hairstyles are welcomed!*
WHAT: ALL
WHERE: home
WHEN: 16-24
WHO: Actor = getRelative();
OTHER:
SceneStart()
Actor.dress()
Actor.show(2)
"My <Actor.relationship> and I just watched a history documentary about royal families during the medieval period together on TV."
Player(Happy):: "Wow, I can't believe people used to ..."
0:: "Be married off to seal alliances"
1:: "Marry their <Actor.relationship>s"
If 0
Actor(Sad):: "Yeah it's a shame that women used to be used as nothing more than pawns in the diplomacy game."
Else
Actor(Embarrassed):: "..."
"Wow, that conversation just got awkward real quick ..."
Player():: "Don't tell me you wish it was possible?"
Actor():: "I.. please don't judge me if I say this"
0:: "Sure you can tell me anything."
1:: "Oh nah I will judge the fuck out of you, it's what family does."
If 0 {
Actor(Happy):: " Well we all know you are somehow the prettiest girl in the world... how could anyone not want you"
Player(Happy):: "Okay okay fair point does that mean you want me?"
Actor()::"... everyone does Genie"
Player()::" Oh I can't give you that but I might be able to give you a close second?"
Actor:arousal +=30
Actor:mood += 20
If Actor:arousal >60
Actor():: " I will take anything you offer no joke"
"I notice their dick getting hard through their pants"
"I reach into their pants and pull out their meat... might as well satisfy them"
Filter(Handjob)
Sex(Actor, Player)
Actor():: you are literally the best <Actor.relationship> in the world"
" I lick their nut off my fingers and say... I know"
Endif }
Elseif 1{
If Actor: arousal >70
Actor():: "Why do you have to be so MEAN"
Player():: " cuz I'm cool like that, what do you want from me ho"
Actor():: "That is it I've had enough.. I BLAME YOU FOR WHAT I'M ABOUT TO DO"
Player()::" No... NO BACK OFF FUCKER"
Filter(Aggressive, anal, Anal)
TalkNonConsensual()
SexNoAffair(Actor, Player)
masochist += 15
Player():: " Oh god what have you done, you bitch!"
Actor():: "Relax it was just anal... you're cool like that aren't you? your words, not mine!"
Player():: " I hate you so much right now"
" I slapped them and went to my room... honestly it was some of the best anal in my life I think I like being forced by my family. I'll never admit it tho"
Endif
Endif }
Actor: mood += 100
mood+= 100
Actor:incest += Random(0, 30)
Endif
SceneEnd()
timeout(2, family_history_incest)
well some mods do add something more to the gameplay/story,but no quests (exsample if you download ravengers scenes and add the folders roommates,police,and fighting you will get more scenes, and in the folder leading to action grab the maid stuff)Do any of the existing mods add more story/ambient quests?
this game is not for mobile,only desktop,even with a emulator for windows on android,the game is not playable on mobileAnyone use Winlator to play on Android? You can help me with setting cuz I can play GTA V but not this game on my phone.....
If you only have 2 choices, don't elseif, just else. also remove the brances ( {} ) to see whether that works differently.I'm having some issues with a mod I am trying to make.
If anyone can spare a moment of their time and knowledge, it's a simple choice that I want to add. For some reason, it always autos to 0 when I select choice 1. Add to that, it then ignores my if/else statements and plays both as if the if/else statement didn't even exist.
I am using Notepad++
this is the mod...
Code:WHAT: ALL WHERE: home WHEN: 16-24 WHO: Actor = getRelative(); OTHER: SceneStart() Actor.dress() Actor.show(2) "My <Actor.relationship> and I just watched a history documentary about royal families during the medieval period together on TV." Player(Happy):: "Wow, I can't believe people used to ..." 0:: "Be married off to seal alliances" 1:: "Marry their <Actor.relationship>s" If 0 Actor(Sad):: "Yeah it's a shame that women used to be used as nothing more than pawns in the diplomacy game." Else Actor(Embarrassed):: "..." "Wow, that conversation just got awkward real quick ..." Player():: "Don't tell me you wish it was possible?" Actor():: "I.. please don't judge me if I say this" 0:: "Sure you can tell me anything." 1:: "Oh nah I will judge the fuck out of you, it's what family does." If 0 { Actor(Happy):: " Well we all know you are somehow the prettiest girl in the world... how could anyone not want you" Player(Happy):: "Okay okay fair point does that mean you want me?" Actor()::"... everyone does Genie" Player()::" Oh I can't give you that but I might be able to give you a close second?" Actor:arousal +=30 Actor:mood += 20 If Actor:arousal >60 Actor():: " I will take anything you offer no joke" "I notice their dick getting hard through their pants" "I reach into their pants and pull out their meat... might as well satisfy them" Filter(Handjob) Sex(Actor, Player) Actor():: you are literally the best <Actor.relationship> in the world" " I lick their nut off my fingers and say... I know" Endif } Elseif 1{ If Actor: arousal >70 Actor():: "Why do you have to be so MEAN" Player():: " cuz I'm cool like that, what do you want from me ho" Actor():: "That is it I've had enough.. I BLAME YOU FOR WHAT I'M ABOUT TO DO" Player()::" No... NO BACK OFF FUCKER" Filter(Aggressive, anal, Anal) TalkNonConsensual() SexNoAffair(Actor, Player) masochist += 15 Player():: " Oh god what have you done, you bitch!" Actor():: "Relax it was just anal... you're cool like that aren't you? your words, not mine!" Player():: " I hate you so much right now" " I slapped them and went to my room... honestly it was some of the best anal in my life I think I like being forced by my family. I'll never admit it tho" Endif Endif } Actor: mood += 100 mood+= 100 Actor:incest += Random(0, 30) Endif SceneEnd() timeout(2, family_history_incest)