I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 8725, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 8854, 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 8851, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 1363, in script call
call fuck_person(the_person,private = in_private) from _call_fuck_person
File "game/sex_mechanics.rpy", line 83, in script
"[the_person.possessive_title] is in control, and keeps on [position_choice.verbing] you."
AttributeError: 'NoneType' object has no attribute 'verbing'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8725, in script call
call talk_person(picked_option) from _call_talk_person
File "game/script.rpy", line 8854, 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 8851, in script call
$ _return.call_action()
File "game/chat_actions.rpy", line 1363, in script call
call fuck_person(the_person,private = in_private) from _call_fuck_person
File "game/sex_mechanics.rpy", line 83, in script
"[the_person.possessive_title] is in control, and keeps on [position_choice.verbing] you."
File "G:\gamesx\Lab_Rats_2-v0.24.1-pc\renpy\ast.py", line 652, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "G:\gamesx\Lab_Rats_2-v0.24.1-pc\renpy\exports.py", line 1199, in say
who(what, *args, **kwargs)
File "G:\gamesx\Lab_Rats_2-v0.24.1-pc\renpy\character.py", line 1003, in __call__
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "G:\gamesx\Lab_Rats_2-v0.24.1-pc\renpy\character.py", line 985, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "G:\gamesx\Lab_Rats_2-v0.24.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: 'NoneType' object has no attribute 'verbing'
Windows-7-6.1.7601-SP1
Ren'Py 7.0.0.196
Lab Rats 2 - Down to Business v0.24.1
Fri Jan 10 16:57:03 2020