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

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,403
20,364
That's because I changed the coding so you can choose the wife's name now. Unfortunately for that to work, you'll have to start a new game.
Actually, you have some serious issues with your code.

First off, with choices:
Code:
#Define all choices
define show_her = "0"
define keep_fucking_violet = "0"
define stop_this_right_now = "0"
define help_him = "0"
define wait_for_the_nurse = "0"
define embrace_feelings = "0"
define nod_her_to_stop = "0"
define park_photos = "0"
define no_park_photos = "0"
define ted_shower = "0"
define violet_shower = "0"
define dont_let_him_pee = "0"
define let_him_pee = "0"
define dont_move = "0"
define close_the_curtain = "0"
define close_it_now = "0"
define let_him_keep_looking = "0"
define open_the_door = "0"
define get_back_to_the_kitchen = "0"
define tell_him_to_get_out = "0"
define allow_him_to_jerk_off = "0"
define back_out = "0"
define show_you_are_okay = "0"
define let_him_finish = "0"
define dont_let_him_finish = "0"
define normal_picture = "0"
define return_the_favor = "0"
These should all be default not define. Otherwise, Ren'Py won't save these in the save files.

Also, you're using "0" as a string. If these are meant to be boolean (true/false), you should make them so:

Code:
default return_the_favor = False
And in code, you can check that condition like so:
Code:
if return_the_favor:

    # do something
else:

    # do something else
or

Code:
if not return_the_favor:

    # do something

else:

    # do something else
For the name changing variable, you actually have to default that, too! Otherwise, people will get the error.

Code:
default violet = "Violet"
define v = Character("[violet]", color="#9303a0", who_outlines=[ (3, "#000000") ], what_outlines=[ (3, "#000000") ])
define vt = Character("[violet] Thinking", color="#9303a0", what_italic=True, what_color="#ffff00", who_outlines=[ (3, "#000000") ], what_outlines=[ (3, "#000000") ])
Note that we still use define for the Character definitions, because Ren'Py doesn't need to save them.
 

Firaxius

Active Member
Aug 13, 2020
977
1,128
Still a great story, but slow updates, geuss you're a solo dev. I look forward to future updates, but would be nice if it was either short wait, short update or else long wait but also alot more content, either is fine, but long wait and short update is not so good, might make eventualy people start think it get abandonned.
 
  • Like
Reactions: catgameryt011

Firaxius

Active Member
Aug 13, 2020
977
1,128
Yeah, just played the game. And fuck at that moment I decided that he's going to get cucked hard and nasty. Goofy ass motherfucker.
Yea can agree with ya there, that look is so freakish he deserve to be a cuck. But god the girl is so hot I wouldn't mind having her as side chick, even my gf want some fun with her.
 

Firaxius

Active Member
Aug 13, 2020
977
1,128
what would you rather see...buff athletic men getting all the women just like in real life? I'll take the ugly bastards and normal dudes getting action.
I preffer any normal guys getting the fun with this mc his gf, I find buffed walking bulls overrated and Dirty street scum, well I just wouldn't want some unhealthy diseases from them, the most fun ntr i find is when a normal guy with normal dick can ntr a bull guy with horse dick.
 
3.50 star(s) 6 Votes