```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 13930, in script
MC "I should be enjoying my holiday chilling in bed and playing games but now I have to sneak behind my [MomN!] just to take pictures of her naked!"
ValueError: Conversion specifier can't be empty.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 13930, in script
MC "I should be enjoying my holiday chilling in bed and playing games but now I have to sneak behind my [MomN!] just to take pictures of her naked!"
File "renpy/ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1474, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1337, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1251, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1231, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 589, in _vformat
File "renpy/substitutions.py", line 179, in convert_field
raise ValueError("Conversion specifier can't be empty.")
ValueError: Conversion specifier can't be empty.
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
When it all Started 0.04
Wed Nov 22 13:46:38 2023
```
What should I do?