XaiJu
vrengames
vrengames

patreon


Lab Rats 2 v0.23.2 is Live!

Get it Here!

***IMPORTANT***

v0.23.1 had a few bugs related to saving and loading, v0.23.2 includes fixes and has now replaced it.

PC: Lab Rats 2 v0.23.2-PC 

Mac: Lab Rats 2 v0.23.2-Mac 

Android: Lab Rats 2 v0.23.2-Android 

Lab Rats 2 0.23.1 is finished it's week of bug testing and ready for it's public release! The focus of this update was rewriting the core sex system of the game. The way you bring girls to orgasm, they way they do the same to you, and the rewards given when either happens have all been improved and streamlined. Multi-orgasm encounters for either or both parties are now possible as well! To go along with the new system three new sex positions have been added. You can now get a handjob, give a suitably busty girl a tit fuck, and eat out her pussy.

There have been other major additions to the game in this update as well. Four new clothing items have been added, giving girls access to two new bras, one new set of exceedingly minimal panties, and a new virgin killer sweater dress. New default outfits have been added to make use of the new clothing items as well. Pubic hair styles have been added to the game. Girls can now have one of five styles, ranging from clean shaven to trimmed landing strip to full bush. The rewritten sex system introduces "Energy" as a key statistic for characters, which also means new serum traits to let you manipulate it. Three new serum traits are now available for research, and two new serum side effects have been introduced. To top it all off a collection of new random events have been added involving your mother and sister.

Minor changes, fixes, and improvements abound in v0.23.1. Chatting, complementing, and flirting no longer advance time. Instead, these actions now cost a small amount of energy. Arousal and energy both have visual tokens to represent them in situations where space is tight. The sex position selection menu now concisely tells you if a girl is likely to find a position too slutty and what your arousal gains are likely to be. And lastly, a bunch of bugs have been squashed, resulting in a more stable game.

Enjoy!

*CHANGES AND ADDITIONS*

- Added player facing sex records to detailed person info screen.

- Introduced energy. Energy is used for various daily actions, as well as during most positions while having sex.

- Rewrote sex system. Each position now costs both parties energy, with the amount of energy varying depending on what is being done.

- Removed stamina. Events and actions that previously required stamina now use energy instead.

- Added ability to increase max energy by spending experience. Each point of experience spent increase max energy by 20, up to 200.

- Sleeping at the end of the day restores 80 energy, and each time unit passed restores 20. Waiting around instead of working restores 30.

- Cumming no longer ends an encounter with a girl. Instead, you will reset to 0 arousal and "soft" until you reach 10 arousal.

- Updated postions to know which ones need the main character to be hard.

- Just having sex no longer makes a girl more slutty. Instead, climaxing while performing a slutty position causes a girl to gain sluttiness.

- Male orgasms now increase a girls obedience.

- Female orgasms give bonus obedience if the girl was ordered to do the position in the first place.

- Updated all positions that relied on the main character climaxing or causing a girl to climax to play nicely with the new system.

- Added new handjob position, girl controlled.

- Added new titfuck position.

- Added new cunallingus position.

- Added pubic hair. There are now 5 different styles in the game, all appropriately shaded for the hair colour of the girl.

- Added new virgin killer sweater clothing item.

- Added new string panties clothing item.

- Added new strappy bra clothing item.

- Added new strappy panties clothing item.

- Added new serum side effect: accidental sedative reduces maximum energy of recipent for the duration

- Added new serum side effect: slow release sedative reduces energy recovery of the recipient for the duration.

- Added new serum trait: Caffine infusion increases the recipients max energy for the duration of the effect, but lowers obedience.

- Added new serum trait: Refined Stimulants increases the recipient max energy for the duration of the effect.

- Added new serum trait: Libedo Stimulant increases the recipients max energy as well as providing a boost to sluttiness for the duration.

- Chatting with someone now costs energy instead of advancing time.

- Updated message for employe performance review when the employee has been too recently hired, vs. too recently reviewed.

- Added ability to move groups of 5 or all serum while trading serum between inventories.

- Added several new outfits using the new clothing items.

- Relaxed trigger for one of Gabrielle's storyline event when caught in Lily's room.

- Added support for random events that take place when you enter a space or talk to a person. These events are generated and remain valid for a number of turns before expiring if not triggered.

- Updated inheritance behaviour of several functions.

- Changed implementaiton of pre-existing "ask for a new title" event to use the new limited time event system instead of having a unique implementation.

- Added new random event for Lily when entering her room.

- Added new random event when entering Lily or Mom's room.

- Added new random event when entering the kitchen with Mom in it.



*BUG FIXES*

- Fixed several alignment issues with main choice screen and person info HUD.

- Corrected incorrect function calls during one of Lily's storyline events.

- Fixed incorrect names in several cousin storyline events.

- Fixed girlfriend breakup action leading to the wrong event.

- Fixed doggy style anal from calling the incorrect vaginal doggy descriptions.

- Slutty girls no longer pay you when they strip for you.

- Fixed prostite not being correctly passed to the sex ssytem when you hire one downtown.

- Fixed daily serum out-of-stock reports showing the incorrect serum.

- Fixed crash caused by attempted log reporting for unmet characters who lacked a title.

- Fixed girls forming relationships with themselves.

- Fixed possible crashes caused by unmet characters pushing stat update reports to the main character's hud.

- Corrected Rebecca's blackmail event requirement so the event can properly trigger.

Comments

And Another [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8663, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 8792, 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 8789, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1360, in script call call fuck_person(the_person,private = in_private) from _call_fuck_person File "game/sex_mechanics.rpy", line 151, in script call call sex_description(the_person, position_choice, object_choice, private = private, report_log = report_log) from _call_sex_description File "game/sex_mechanics.rpy", line 346, in script $ the_position.redraw_scene(the_person) File "game/sex_mechanics.rpy", line 346, in $ the_position.redraw_scene(the_person) File "game/script.rpy", line 4918, in redraw_scene the_person.draw_person(self.position_tag, emotion = emotion, special_modifier = self.current_modifier) File "game/script.rpy", line 1984, in draw_person final_image = self.build_person_displayable(position, emotion, special_modifier, show_person_info, lighting) File "game/script.rpy", line 1959, in build_person_displayable displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show. File "game/script.rpy", line 4022, in generate_draw_list ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting)) File "game/script.rpy", line 3818, in generate_item_displayable mask_image = self.pattern_sets.get(position+"_"+self.pattern).get_image(body_type, "AA") AttributeError: 'NoneType' object has no attribute 'get_image' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8663, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 8792, 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 8789, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1360, in script call call fuck_person(the_person,private = in_private) from _call_fuck_person File "game/sex_mechanics.rpy", line 151, in script call call sex_description(the_person, position_choice, object_choice, private = private, report_log = report_log) from _call_sex_description File "game/sex_mechanics.rpy", line 346, in script $ the_position.redraw_scene(the_person) File "H:\gryX\Lab_Rats_2-v0.23.2-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "H:\gryX\Lab_Rats_2-v0.23.2-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/sex_mechanics.rpy", line 346, in $ the_position.redraw_scene(the_person) File "game/script.rpy", line 4918, in redraw_scene the_person.draw_person(self.position_tag, emotion = emotion, special_modifier = self.current_modifier) File "game/script.rpy", line 1984, in draw_person final_image = self.build_person_displayable(position, emotion, special_modifier, show_person_info, lighting) File "game/script.rpy", line 1959, in build_person_displayable displayable_list.extend(self.outfit.generate_draw_list(self,position,emotion,special_modifier, lighting = lighting)) #Get the displayables for everything we wear. Note that extnsions do not return anything because they have nothing to show. File "game/script.rpy", line 4022, in generate_draw_list ordered_displayables.append(item.generate_item_displayable(body_type, tit_size, position, lighting = lighting)) File "game/script.rpy", line 3818, in generate_item_displayable mask_image = self.pattern_sets.get(position+"_"+self.pattern).get_image(body_type, "AA") AttributeError: 'NoneType' object has no attribute 'get_image' Windows-7-6.1.7601-SP1 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.2 Sun Dec 22 17:21:21 2019 [/code]

Adam Król

about bugs .... [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8684, in script call $ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument. File "game/limited_time_events.rpy", line 289, in script $ the_person.scene("Active") File "game/limited_time_events.rpy", line 289, in $ the_person.scene("Active") AttributeError: 'Person' object has no attribute 'scene' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8684, in script call $ picked_event[1].call_action(picked_event[0]) #Run the action with the person as an extra argument. File "game/limited_time_events.rpy", line 289, in script $ the_person.scene("Active") File "H:\gryX\Lab_Rats_2-v0.23.2-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "H:\gryX\Lab_Rats_2-v0.23.2-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/limited_time_events.rpy", line 289, in $ the_person.scene("Active") AttributeError: 'Person' object has no attribute 'scene' Windows-7-6.1.7601-SP1 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.2 Sun Dec 22 14:56:49 2019 [/code]

Adam Król

I actually enjoy this part of the game a lot so I'll see if I can help with a basic strategy. Put 4 points in foreplay. Put everything else into focus and supply stats, evenly balanced. Boost these stats and if you're having problems hitting a goal to do so - replace the goal. As soon as you have a basic serum that will turn a profit reassign Steph to production. Time to make some cash! No way she can produce the entire supply you'll amass so your job is to produce on the weekends and sell product on Monday and Tuesday. Keep hiring girls. Remember to set your autosell threshhold.

Mr. X

Not sure if this is leftover from whatever the last version did to my save, but in 0.23.2 I had back to back "what should i call you?" events for two different girls (each one asked me twice before I could get to her action menu). I'm guessing since they never had a chance to fire off they had been stacked up?

onen

Still in need of a walkthrough, at least for the business managent part which I simply cannot get my head around

Falconer

Breeding pregnancy fetish? Whilst it would be rude to recommend others games on someone elses feed, for which I apologize Vren. But have you considered 'Breeders of the nephelym' by derelict helmsman and 'Hazumi and Pregnation' by mihiraghi? Vren i apologize if recommending others on your feed is rude and completely understand if you wish to delete this.

Icarus Media

You... PRICK! Somehow, you KNOW I have a breeding/pregnancy fetish, and you are purposely teasing me with all these lines about getting girls pregnant... with NO RESULT... lol, anyway, love the game!

TheDistur6edGuy

got this every time I did something that would move time forward [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8643, in script call $ picked_option.call_action() File "game/script.rpy", line 8913, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 9466, in script python: File "game/script.rpy", line 9468, in people.run_move(place) File "game/script.rpy", line 1898, in run_move event_list.remove(action_to_remove) File "game/script.rpy", line 3418, in __cmp__ elif self.__hash__() < other.__hash__(): #Use hash values to break ties. File "game/script.rpy", line 3424, in __hash__ return hash((self.name,self.requirement,self.effect)) AttributeError: 'Limited_Time_Action' object has no attribute 'name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8643, in script call $ picked_option.call_action() File "game/script.rpy", line 8913, in script call call advance_time from _call_advance_time_2 File "game/script.rpy", line 9466, in script python: File "C:\Users\The Baboon\Downloads\Lab_Rats_2-v0.23.1-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\The Baboon\Downloads\Lab_Rats_2-v0.23.1-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 9468, in people.run_move(place) File "game/script.rpy", line 1898, in run_move event_list.remove(action_to_remove) File "C:\Users\The Baboon\Downloads\Lab_Rats_2-v0.23.1-pc\renpy\python.py", line 713, in do_mutation return method(self, *args, **kwargs) File "game/script.rpy", line 3418, in __cmp__ elif self.__hash__() < other.__hash__(): #Use hash values to break ties. File "game/script.rpy", line 3424, in __hash__ return hash((self.name,self.requirement,self.effect)) AttributeError: 'Limited_Time_Action' object has no attribute 'name' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.1 Mon Dec 09 18:36:05 2019 [/code]

Alex McGregor

When entering the Mom character's bedroom I get this error [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8622, in script python: File "game/script.rpy", line 8624, in if possible_talk_event.is_action_enabled(picked_option): File "game/script.rpy", line 3436, in is_action_enabled requirement_return = self.check_requirement(extra_args) File "game/script.rpy", line 3432, in check_requirement extra_args = extra_args + self.requirement_args AttributeError: 'Limited_Time_Action' object has no attribute 'requirement_args' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8622, in script python: File "F:\Adult\Lab_Rats_2-v0.23.1-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Adult\Lab_Rats_2-v0.23.1-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 8624, in if possible_talk_event.is_action_enabled(picked_option): File "game/script.rpy", line 3436, in is_action_enabled requirement_return = self.check_requirement(extra_args) File "game/script.rpy", line 3432, in check_requirement extra_args = extra_args + self.requirement_args AttributeError: 'Limited_Time_Action' object has no attribute 'requirement_args' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.1 Sun Dec 08 23:31:26 2019 [/code]

I was hoping this release would be more stable, but I guess I'll wait to download this and try out the new systems until those big bugs are squashed.

Scott S.

I'm getting crashes almost every time there's supposed to be an event, it looks like. :( I can ignore it, but still. _____ I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8643, in script call $ picked_option.call_action() File "game/script.rpy", line 8908, in script call call advance_time from _call_advance_time_1 File "game/script.rpy", line 9466, in script python: File "game/script.rpy", line 9468, in people.run_move(place) File "game/script.rpy", line 1898, in run_move event_list.remove(action_to_remove) File "game/script.rpy", line 3418, in __cmp__ elif self.__hash__() < other.__hash__(): #Use hash values to break ties. File "game/script.rpy", line 3424, in __hash__ return hash((self.name,self.requirement,self.effect)) AttributeError: 'Limited_Time_Action' object has no attribute 'name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8643, in script call $ picked_option.call_action() File "game/script.rpy", line 8908, in script call call advance_time from _call_advance_time_1 File "game/script.rpy", line 9466, in script python: File "J:\Lab_Rats_2-v0.23.1-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "J:\Lab_Rats_2-v0.23.1-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 9468, in people.run_move(place) File "game/script.rpy", line 1898, in run_move event_list.remove(action_to_remove) File "J:\Lab_Rats_2-v0.23.1-pc\renpy\python.py", line 713, in do_mutation return method(self, *args, **kwargs) File "game/script.rpy", line 3418, in __cmp__ elif self.__hash__() < other.__hash__(): #Use hash values to break ties. File "game/script.rpy", line 3424, in __hash__ return hash((self.name,self.requirement,self.effect)) AttributeError: 'Limited_Time_Action' object has no attribute 'name' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.1 Sun Dec 08 18:15:55 2019

onen

That's a bad dice roll. Should probably not allow the starter characters to have traits like that, it could give a percentage of new players the impression that the game is completely broken.

onen

btw mr. Vren do you know how much fucking Stephanie needs to not quit her job when she starts with the 'Hates Lab Work' trait.... I can tell you it's a fucking lot!!! I have never, neither IRL nor in Lab Rats 2, fucked a girl as much just to keep her motivated to do her job!

waffel

some old bug when steph needs to be the old one after trying the second serum.

Yeah same, I can't load games :(

onen

Temporary fix, since I don't know for sure that this will work but I changed this line (script.rpy 3470) def __getattr__(self, attr): to def __getitem__(self, attr): Seems to let it load at least :)

Sef Tarbell

Same error here :(

Sef Tarbell

Getting the same error when loading a save game. File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) RuntimeError: maximum recursion depth exceeded

Pure Ethics

That bonus obedience rule sound awesome! :D

waffel

pregnancy when?

zeralt56

Same error. Something seems to be corrupting the game making any saves unloadable. Have not been able to pinpoint any particular action associated with the bug, seems mostly random atm.

Same, File "renpy/common/00action_file.rpy", line 441, in __call__ renpy.load(fn) is happening here also

The time has come!!!

HugeKingCobra

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 441, in __call__ renpy.load(fn) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) RuntimeError: maximum recursion depth exceeded -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_main_menu.rpym", line 28, in python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\core.py", line 3451, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\layout.py", line 239, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\layout.py", line 992, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\behavior.py", line 906, in event return handle_click(self.clicked) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\behavior.py", line 841, in handle_click rv = run(action) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\behavior.py", line 308, in run new_rv = run(i, *args, **kwargs) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\display\behavior.py", line 315, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 441, in __call__ renpy.load(fn) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\loadsave.py", line 727, in load roots, log = loads(location.load(filename)) File "C:\Users\Der-I\Desktop\Lab_Rats_2-v0.23.1-pc\renpy\loadsave.py", line 60, in loads return cPickle.loads(s) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) File "game/script.rpy", line 3471, in __getattr__ return getattr(self.the_action, attr) RuntimeError: maximum recursion depth exceeded Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.1 Sun Dec 08 14:51:47 2019 [/code]

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 8682, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 9394, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1283, in script call call fuck_person(the_person) from _call_fuck_person_4 File "game/sex_mechanics.rpy", line 64, in script call call girl_choose_position(the_person) from _call_girl_choose_position #Get her to pick a position based on what's available #TODO: This function File "game/sex_mechanics.rpy", line 271, in script python: File "game/sex_mechanics.rpy", line 276, in picked_position = get_random_from_list(tuple_list) NameError: name 'tuple_list' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8682, in script call call advance_time from _call_advance_time_15 File "game/script.rpy", line 9394, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1283, in script call call fuck_person(the_person) from _call_fuck_person_4 File "game/sex_mechanics.rpy", line 64, in script call call girl_choose_position(the_person) from _call_girl_choose_position #Get her to pick a position based on what's available #TODO: This function File "game/sex_mechanics.rpy", line 271, in script python: File "G:\Lab_Rats_2-v0.23.1-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "G:\Lab_Rats_2-v0.23.1-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/sex_mechanics.rpy", line 276, in picked_position = get_random_from_list(tuple_list) NameError: name 'tuple_list' is not defined Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.23.1 Sun Dec 08 12:54:48 2019 [/code]

phalicobject


More Creators