left1000

Active Member
Sep 13, 2020
607
275
How am I supposed to be able to assign my advertising model? It's listed as bought, but disabled, and I can't enable it, I think because I don't have a model selected. My model used to be my uh childhood friend alexia but I switched her job... and switching her job back doesn't seem to have automatically assigned her as my model? anyone know?
 

fulgartech

Member
Jan 27, 2018
188
199
OK, this has bothered me for a while. Does anyone know how to use the save a color spots at the bottom of the clothes creation screens? They are all white boxes for me and as soon as I click on one it changes the clothes color to white. I assume I should be able to assign colors to those blocks and do a quick pick for color - but I haven't figured out how yet.
 

fulgartech

Member
Jan 27, 2018
188
199
How am I supposed to be able to assign my advertising model? It's listed as bought, but disabled, and I can't enable it, I think because I don't have a model selected. My model used to be my uh childhood friend alexia but I switched her job... and switching her job back doesn't seem to have automatically assigned her as my model? anyone know?
I've had a lot of trouble reassigning anyone to be the model if I ever change it from Alex. So I hardly ever do so..... intentionally. Sometimes clicks happen though.
 

left1000

Active Member
Sep 13, 2020
607
275
Another bug, this one, cannot be ignored, you must simply never punish this woman during performance reviews or it breaks something.... other women though? no problem...


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 10890, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 11008, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 11003, in script call
    $ _return.call_action(the_person)
  File "game/game_roles/role_employee.rpy", line 433, in script call
    call advance_time from _call_advance_time_14
  File "game/script.rpy", line 11583, in script
    if crisis.is_action_enabled():
  File "game/script.rpy", line 11583, in <module>
    if crisis.is_action_enabled():
  File "game/script.rpy", line 4406, in is_action_enabled
    requirement_return = self.check_requirement(extra_args)
  File "game/script.rpy", line 4403, in check_requirement
    return self.requirement(*extra_args)
TypeError: 'Role' object is not callable

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 10890, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 11008, in script call
    call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose.
  File "game/script.rpy", line 11003, in script call
    $ _return.call_action(the_person)
  File "game/game_roles/role_employee.rpy", line 433, in script call
    call advance_time from _call_advance_time_14
  File "game/script.rpy", line 11583, in script
    if crisis.is_action_enabled():
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\ast.py", line 1840, in execute
    if renpy.python.py_eval(condition):
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 11583, in <module>
    if crisis.is_action_enabled():
  File "game/script.rpy", line 4406, in is_action_enabled
    requirement_return = self.check_requirement(extra_args)
  File "game/script.rpy", line 4403, in check_requirement
    return self.requirement(*extra_args)
TypeError: 'Role' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.35.1
Fri Dec 11 19:01:20 2020

similar slash same error this time at dinner after tutoring emily... which always worked fine before, but maybe her grades finally reached a level that caused this issue? not sure... starting to worry this save file is borked entirely..


actually the same even if I leave dinner politely, I guess I can't tutor at all anymore?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 10890, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 11003, in script call
    $ _return.call_action(the_person)
  File "game/game_roles/role_student.rpy", line 165, in script call
    call student_study_home(the_person) from _call_student_study_home
  File "game/game_roles/role_student.rpy", line 500, in script call
    call advance_time() from _call_advance_time_22
  File "game/script.rpy", line 11583, in script
    if crisis.is_action_enabled():
  File "game/script.rpy", line 11583, in <module>
    if crisis.is_action_enabled():
  File "game/script.rpy", line 4406, in is_action_enabled
    requirement_return = self.check_requirement(extra_args)
  File "game/script.rpy", line 4403, in check_requirement
    return self.requirement(*extra_args)
TypeError: 'Role' object is not callable

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 10890, in script call
    call talk_person(picked_option) from _call_talk_person
  File "game/script.rpy", line 11003, in script call
    $ _return.call_action(the_person)
  File "game/game_roles/role_student.rpy", line 165, in script call
    call student_study_home(the_person) from _call_student_study_home
  File "game/game_roles/role_student.rpy", line 500, in script call
    call advance_time() from _call_advance_time_22
  File "game/script.rpy", line 11583, in script
    if crisis.is_action_enabled():
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\ast.py", line 1840, in execute
    if renpy.python.py_eval(condition):
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 11583, in <module>
    if crisis.is_action_enabled():
  File "game/script.rpy", line 4406, in is_action_enabled
    requirement_return = self.check_requirement(extra_args)
  File "game/script.rpy", line 4403, in check_requirement
    return self.requirement(*extra_args)
TypeError: 'Role' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.35.1
Fri Dec 11 19:10:26 2020
although I wonder if I messed up my rollback on the punishment and that's where this error is stemming from, although after the rollback I loaded a prior save...

yep none of the above was related, loading my prior save, which was assigning hulimating office work...

then playing the rest of the day in ANY way gives the same error, so I'll have to try avoiding that punishment instead...

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 10930, in script call
    call advance_time from _call_advance_time_15
  File "game/script.rpy", line 11583, in script
    if crisis.is_action_enabled():
  File "game/script.rpy", line 11583, in <module>
    if crisis.is_action_enabled():
  File "game/script.rpy", line 4406, in is_action_enabled
    requirement_return = self.check_requirement(extra_args)
  File "game/script.rpy", line 4403, in check_requirement
    return self.requirement(*extra_args)
TypeError: 'Role' object is not callable

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 10930, in script call
    call advance_time from _call_advance_time_15
  File "game/script.rpy", line 11583, in script
    if crisis.is_action_enabled():
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\ast.py", line 1840, in execute
    if renpy.python.py_eval(condition):
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "V:\Lab_Rats_2-v0.35.1-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 11583, in <module>
    if crisis.is_action_enabled():
  File "game/script.rpy", line 4406, in is_action_enabled
    requirement_return = self.check_requirement(extra_args)
  File "game/script.rpy", line 4403, in check_requirement
    return self.requirement(*extra_args)
TypeError: 'Role' object is not callable

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lab Rats 2 - Down to Business v0.35.1
Fri Dec 11 19:11:39 2020
yep if I go back in time and never punishing stephanie the bug never appears, so that's the actual cause/source.
 
Last edited:

ralph088

Newbie
Oct 20, 2017
82
11
Do you mean you can't order them to strip via "command" or you just can't get them to take their clothes off during groping? If it's the former, stripping requires at least 130 Obedience for "to underwear" and "get tits out" and 160 for "get naked." If it's the latter, usually they'll break the associated taboos themselves if you get them horny enough so just keep molesting them. Once the taboo is broken it'll be easier for you to strip them later. It's harder to do sexual things with family because of the incest debuff to sluttiness.
it was the card game .... there is an option for strip poker
 

poldy

Newbie
Jan 13, 2019
55
10
hello, im stuck with nora second lvl of research, now i know it is bugged, it apears as imposibble, last trait that i discovered was bimbo potion that i can produce, if anyone have save at similar stage of game but wihout nora bugit would be great
 

cklaubur

Active Member
Apr 2, 2018
674
305
hello, im stuck with nora second lvl of research, now i know it is bugged, it apears as imposibble, last trait that i discovered was bimbo potion that i can produce, if anyone have save at similar stage of game but wihout nora bugit would be great
Are you actually researching the trait she gives you? If so, that's the wrong way. Make a potion using that trait, then give it to someone and observe them.
 
  • Like
Reactions: poldy
Sep 10, 2018
378
273
Love this game but it needs serious work on bugs. The difficulty of the management aspect is a bit rough too. I was ok but I imagine alot of people would struggle with figuring out how to get enough income flowing. My game keeps crashing at the first weekend your cousin visits.
 

dalzomo

Active Member
Aug 7, 2016
883
715
OK, this has bothered me for a while. Does anyone know how to use the save a color spots at the bottom of the clothes creation screens? They are all white boxes for me and as soon as I click on one it changes the clothes color to white. I assume I should be able to assign colors to those blocks and do a quick pick for color - but I haven't figured out how yet.
Choose the color you want then rightclick on a preset slot to save it
 

poldy

Newbie
Jan 13, 2019
55
10
Are you actually researching the trait she gives you? If so, that's the wrong way. Make a potion using that trait, then give it to someone and observe them.
i research all aviable traits, maybe i did too less observation then, i will try, thanks for this information :)
 

cklaubur

Active Member
Apr 2, 2018
674
305
i research all aviable traits, maybe i did too less observation then, i will try, thanks for this information :)
I haven't played in a while, but if I remember correctly, talking 5 times with someone under the effects of the potion with the trait Nora gives you is enough to increase your mastery of that trait by 1 level, which should be enough to report back to Nora.
 

poldy

Newbie
Jan 13, 2019
55
10
I haven't played in a while, but if I remember correctly, talking 5 times with someone under the effects of the potion with the trait Nora gives you is enough to increase your mastery of that trait by 1 level, which should be enough to report back to Nora.
i had to do this like 100 times or more ;O it say it is improved by 0,2, like 1 latk/flirt = 0,2 under serum.
now i did it but she just give me money and it stil is second lvl
what i have to do to unlock this nora traits ?
 

tebab32062

New Member
Dec 22, 2019
3
9
Gwtting that error almost every morning. Anyone know how to fix it?

You don't have permission to view the spoiler content. Log in or register now.
If I understand correctly, the problem is with the infraction for one of the employees, game cannot delete it its bug or somthing. So you need to remove.

1. copy script.rpy and put it in another folder (for safety)
2. in script.rpy change line 2245
remove

You don't have permission to view the spoiler content. Log in or register now.

so you will have only

You don't have permission to view the spoiler content. Log in or register now.

3. AND NOW IT REALY IMPORTANT TO :
Go to game move to naxt day and SAVE then go back to script.rpy line 2245 and PUT IT back how it was
 

hameleona

Member
Oct 27, 2018
287
578
Did you ignore past an error you got while assigning an infraction?

Yes, it was an employee masturbating at work.

If I understand correctly, the problem is with the infraction for one of the employees, game cannot delete it its bug or somthing. So you need to remove.

1. copy script.rpy and put it in another folder (for safety)
2. in script.rpy change line 2245
remove

You don't have permission to view the spoiler content. Log in or register now.

so you will have only

You don't have permission to view the spoiler content. Log in or register now.

3. AND NOW IT REALY IMPORTANT TO :
Go to game move to naxt day and SAVE then go back to script.rpy line 2245 and PUT IT back how it was
Worked like a charm, thank you!
 
3.40 star(s) 127 Votes