Got some errors here, started fresh. First seems to be with the player's set name for Cory and starts with the "Mario Kart" drinking game if the player checks on the girls first, and it happens on each screen after that with Cory dialog for the rest of the game. It doesn't happen if you choose the "I'm in" option.
Fixed by setting define C = Character("Cory", color="#F9C058") instead of "[coryname]"
Second seems to be with the uwu baby speak choice with Brittany's scene at the bar after showing the recording.
Third one with Rachel asking if player and Jenn are official also only happens when choosing to check on the girls and pops up on every if jenn: afterwards; it doesn't happen when choosing the "I'm in" option with Cory.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 13216, in script
C "Fuck you, man! I win again!"
KeyError: u'coryname'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 13216, in script
C "Fuck you, man! I win again!"
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1234, in __call__
who = self.prefix_suffix("who", self.who_prefix, who, self.who_suffix)
File "renpy/character.py", line 1155, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1135, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'coryname'
Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Hypnosis v1.5.1b-premium
Tue Dec 24 01:03:55 2024
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 38475, in script
if bbaby:
File "game/script.rpy", line 38475, in <module>
if bbaby:
NameError: name 'bbaby' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 38475, in script
if bbaby:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 38475, in <module>
if bbaby:
NameError: name 'bbaby' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Hypnosis v1.5.1b-premium Tue Dec 24 00:33:04 2024
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 22188, in script
if jenn:
File "game/script.rpy", line 22188, in <module>
if jenn:
NameError: name 'jenn' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 22188, in script
if jenn:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 22188, in <module>
if jenn:
NameError: name 'jenn' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Hypnosis v1.5.1b-premium
Tue Dec 24 01:41:14 2024
```