[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/tl/english/script1.rpy", line 2545, in script
P "Gah! Why did he say that!?{w} No Ethan![w} Eyes up!{w} Don't think about...{w} Stop!"
Exception: String u"Gah! Why did he say that!?{w} No Ethan![w} Eyes up!{w} Don't think about...{w} Stop!" ends with an open format operation.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/tl/english/script1.rpy", line 2545, in script
P "Gah! Why did he say that!?{w} No Ethan![w} Eyes up!{w} Don't think about...{w} Stop!"
File "renpy/ast.py", line 716, 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 1206, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1125, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1105, 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 572, in _vformat
File "renpy/substitutions.py", line 160, in parse
raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u"Gah! Why did he say that!?{w} No Ethan![w} Eyes up!{w} Don't think about...{w} Stop!" ends with an open format operation.
Windows-10-10.0.19041
Ren'Py 7.4.7.1862
Tutto cambia! 1.4
Thu Dec 30 13:22:22 2021
[/code]