nighthawk1275

Member
Feb 8, 2023
217
203
166
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
RecursionError: maximum recursion depth exceeded in __instancecheck__

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "script2.rpyc", line 6192, in script
  File "D:\NG\Por(n)tals-0.3-pc\renpy\ast.py", line 2557, in execute
    Say.execute(self)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\exports.py", line 1493, in say
    who(what, *args, **kwargs)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1374, in __call__
    who = self.prefix_suffix("who", self.who_prefix, who, self.who_suffix)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1290, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1270, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 368, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 97, in interpolate
    rv += format(value, fmt)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1240, in __format__
    return format(str(self), spec)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\character.py", line 1232, in __str__
    rv = renpy.substitutions.substitute(who)[0]
  File "D:\NG\Por(n)tals-0.3-pc\renpy\substitutions.py", line 342, in substitute
    s = renpy.translation.translate_string(s)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\translation\__init__.py", line 579, in translate_string
    return stl.translate(s)
  File "D:\NG\Por(n)tals-0.3-pc\renpy\translation\__init__.py", line 520, in translate
    notags = re.sub(r"\{\#.*?\}", "", old)
  File "lib/python3.9/re.py", line 210, in sub
  File "lib/python3.9/re.py", line 291, in _compile
RecursionError: maximum recursion depth exceeded in __instancecheck__

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.0.24012702
Por(n)tals 0.3
Thu Jul 31 18:05:56 2025
 

SpyderArachnid

Well-Known Member
Jul 31, 2017
1,944
5,848
728
So yeah, a ton of errors if you exit the game and load it back up. Saved my game, exited, then when I loaded the game back up and loaded my save, it just kept erroring.

Every time the MC speaks, it errors. Like was posted above by nighthawk1275 except it is every line the MC says.

Seems to work fine as long as you don't exit the game.

EDIT: Seems to start working again if you rollback when loading your save. Load your save, as long as it is not the MC speaking, just rollback a few lines and then proceed forward after that.
 
Last edited:
  • Like
Reactions: Edhinor

dxd

Member
Jun 5, 2017
132
55
231
So yeah, a ton of errors if you exit the game and load it back up. Saved my game, exited, then when I loaded the game back up and loaded my save, it just kept erroring.

Every time the MC speaks, it errors. Like was posted above by nighthawk1275 except it is every line the MC says.

Seems to work fine as long as you don't exit the game.
it happens every time you just load a game, you don't even need to exit to game for the error to occur
 
  • Like
Reactions: SpyderArachnid

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,765
4,002
436
Porntals-0.3
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
Feb 21, 2025
43
120
52
i didnt get any errors on my side. quite enjoyed the update though. renders are getting better and i like the characterisation. scenes are also well done. My only complaint is that im not sure that the new scenes are very well optimized (as they're much laggier on my pc compared to the previous update's ones) - but overall great update, will continue to follow the game
 
  • Like
Reactions: Kingkyrule

Nick Nosferatu

Active Member
May 16, 2017
775
2,164
478
No errors on my side either. Pretty nice update overall, with a sloid amount of content, great diversity, still a good balance of humor, story and sexy stuff.

Obviously, the peak of the update was the angel game but I really dug the rubbing part.
 
3.70 star(s) 16 Votes