I get an error
"```
I’m sorry, but an uncaught exception occurred.
While running game code:
File “game/src/places/home/menu/homeMain.rpy”, line 4, in script call
call homeMain
File “game/src/places/home/menu/homeMain.rpy”, line 4, in script call
call homeMain
File “game/src/places/home/menu/homeMain.rpy”, line 4, in script call
call homeMain
[Previous line repeated 46 more times]
File “game/src/places/college/collegeDay.rpy”, line 27, in script call
call collegeTrip
File “game/src/events/college-trip/collegeTrip.rpy”, line 19, in script call
call ShowChelsea()
File “game/src/characters/showFunctions.rpy”, line 126, in script
show character15 at right
Exception: DynamicImage ‘[character15_path]’: could not find image. (‘/images/Sprites/Chelsea/1.0.png’)
– Full Traceback ------------------------------------------------------------
Full traceback:
File “game/src/places/home/menu/homeMain.rpy”, line 4, in script call
call homeMain
File “game/src/places/home/menu/homeMain.rpy”, line 4, in script call
call homeMain
File “game/src/places/home/menu/homeMain.rpy”, line 4, in script call
call homeMain
[Previous line repeated 46 more times]
File “game/src/places/college/collegeDay.rpy”, line 27, in script call
call collegeTrip
File “game/src/events/college-trip/collegeTrip.rpy”, line 19, in script call
call ShowChelsea()
File “game/src/characters/showFunctions.rpy”, line 126, in script
show character15 at right
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLife-v0.50.0-pc\renpy\ast.py”, line 1111, in execute
show_imspec(self.imspec, atl=getattr(self, “atl”, None))
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLife-v0.50.0-pc\renpy\ast.py”, line 1074, in show_imspec
renpy.config.show(name,
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLife-v0.50.0-pc\renpy\exports\displayexports.py”, line 503, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLife-v0.50.0-pc\renpy\display\scenelists.py”, line 466, in add
thing.set_transform_event(“show”)
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLife-v0.50.0-pc\renpy\display\transform.py”, line 805, in set_transform_event
self.child.set_transform_event(event)
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLife-v0.50.0-pc\renpy\display\image.py”, line 501, in set_transform_event
return self.target.set_transform_event(event)
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLife-v0.50.0-pc\renpy\display\image.py”, line 760, in set_transform_event
self.find_target()
File “C:\Users\Chris\OneDrive\Documenten\Games\Other\Gain of Life\GainOfLifev0.50.0-pc\renpy\display\image.py”, line 683, in find_target
raise Exception(error)
Exception: DynamicImage ‘[character15_path]’: could not find image. (‘/images/Sprites/Chelsea/1.0.png’)
"
I don't know if its this one each time, but no matter what stage I am, one day the temple will trigger and it will just Crash. so that's why I'm curious if there's certain conditions that need to met to trigger that scene so I can make sure those are fulfilled