I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 7829, in script call
call talk_person(person_choice) from _call_talk_person
File "game/script.rpy", line 8193, in script call
call fuck_person(the_person,private = in_private) from _call_fuck_person
File "game/script.rpy", line 8311, in script call
call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
File "game/script.rpy", line 8484, in script call
call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
File "game/script.rpy", line 8397, in script call
$ watcher.call_dialogue("sex_watch", the_sex_person = the_person, the_position = the_position) #Get the watcher's reaction to the people having sex. This might include dialogue calls from other personalities as well!
File "game/personalities.rpy", line 1123, in script
the_person.char "Come on [the_person.player_title], [the_sex_person.name] is going to fall asleep at this rate! You're going to have to give her a little more than that."
AttributeError: 'Person' object has no attribute 'player_title'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 7829, in script call
call talk_person(person_choice) from _call_talk_person
File "game/script.rpy", line 8193, in script call
call fuck_person(the_person,private = in_private) from _call_fuck_person
File "game/script.rpy", line 8311, in script call
call sex_description(the_person, position_choice, object_choice, start_round, private=private, girl_in_charge = girl_in_charge) from _call_sex_description
File "game/script.rpy", line 8484, in script call
call sex_description(the_person, position_choice, the_object, round+1, private = private, girl_in_charge = girl_in_charge) from _call_sex_description_2
File "game/script.rpy", line 8397, in script call
$ watcher.call_dialogue("sex_watch", the_sex_person = the_person, the_position = the_position) #Get the watcher's reaction to the people having sex. This might include dialogue calls from other personalities as well!
File "game/personalities.rpy", line 1123, in script
the_person.char "Come on [the_person.player_title], [the_sex_person.name] is going to fall asleep at this rate! You're going to have to give her a little more than that."
File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\ast.py", line 652, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\exports.py", line 1199, in say
who(what, *args, **kwargs)
File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\character.py", line 1003, in __call__
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\character.py", line 985, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\user\Downloads\Lab_Rats_2-v0.16.1-pc\renpy\substitutions.py", line 242, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field
AttributeError: 'Person' object has no attribute 'player_title'
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.16.1
Sat May 25 07:54:47 2019