I got an error:
While running game code:
File "game/scripts/DAY1.rpy", line 546, in script
show ted suit excitement at right
Exception: Image 'ted suit' does not accept attributes 'excitement'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/DAY1.rpy", line 546, in script
show ted suit excitement at right
File "...\Ring or the Shield\renpy\ast.py", line 1124, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "...\Ring or the Shield\renpy\ast.py", line 1087, in show_imspec
renpy.config.show(name,
File "...\Ring or the Shield\renpy\exports\displayexports.py", line 477, in show
if not base.find_target() and renpy.config.missing_show:
File "...\Ring or the Shield\renpy\display\image.py", line 421, in find_target
self.target = target._duplicate(a)
File "...\Ring or the Shield\renpy\display\displayable.py", line 249, in _duplicate
args.extraneous()
File "...\Ring or the Shield\renpy\display\displayable.py", line 109, in extraneous
raise Exception("Image '{}' does not accept attributes '{}'.".format(
Exception: Image 'ted suit' does not accept attributes 'excitement'.