Ready to play dirty? Command your Lust Goddess now. Play Now!
x

Shyer-Shy

Newbie
Apr 7, 2025
27
25
3
I will do my best to add more pregnancy content in future versions. There's not a plethora of pregnancy gif/webps in comparison to everything else, thus, why there isn't a plethora of scenes.
Truer words have never been said !

It's why I generally am not all that interested in games like these that feature ''real porn'' (no offense)
They add restrictions to your development, even if you wanted to comply, had time, money, everything you need to add anything instantly.

If there simply isn't material of what's being asked...

Boo Womp
 

Bugmafia2

New Member
Feb 10, 2020
2
1
58
Found the problem! During the fourth check I forgot to put an and.
Is the "aand" error in the same location?
looks like there's also a missing "and" on this line as well, fixed both and seemed to work

<<if $freeusem is 0 $mc.corruptionlvl gte 1 and $mother.corruption gte 10 and $mother.cq gte 1>>

Notice how there’s no "and" between "$freeusem is 0" and "$mc.corruptionlvl gte 1"

Should be:

if $freeusem is 0 and $mc.corruptionlvl gte 1 and $mother.corruption gte 10 and $mother.cq gte 1

I fixed those two lines and everything seemed to work....hope it helps someone else
 
  • Like
Reactions: Violet Rose Games

Violet Rose Games

Member
Game Developer
Jan 27, 2025
114
172
52
looks like there's also a missing "and" on this line as well, fixed both and seemed to work

<<if $freeusem is 0 $mc.corruptionlvl gte 1 and $mother.corruption gte 10 and $mother.cq gte 1>>

Notice how there’s no "and" between "$freeusem is 0" and "$mc.corruptionlvl gte 1"

Should be:

if $freeusem is 0 and $mc.corruptionlvl gte 1 and $mother.corruption gte 10 and $mother.cq gte 1

I fixed those two lines and everything seemed to work....hope it helps someone else
It's always this one passage. I'll look into fixing it again.
 
4.00 star(s) 9 Votes