```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapter3.rpy", line 6337, in script call
n "Taking the phone from under your pillow, you hit the power button, squinting momentarily as your eyes adjust to the glare from the screen."
File "game/phone/milly_camstory.rpy", line 99, in script
jump milly1end
ScriptError: could not find label 'milly1end'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapter3.rpy", line 6337, in script call
n "Taking the phone from under your pillow, you hit the power button, squinting momentarily as your eyes adjust to the glare from the screen."
File "game/phone/milly_camstory.rpy", line 99, in script
jump milly1end
File "C:\Users\jonjo\Documents\k\TripleEx-0.08a-pc\TripleEx-0.08a-pc\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\jonjo\Documents\k\TripleEx-0.08a-pc\TripleEx-0.08a-pc\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'milly1end'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Triple Ex 0.08a
Thu Mar 18 21:00:25 2021
```
please someday fix this
i did i fix it using notepad the notepad+ dont help at all it just add a few more error ut changing it in notepad by copy and pasting
n "You are once again awoken by some faint, but familiar noises."
$Temp = 0
$Time = 2
$MillyCamNight = 0
if cam1 != 0 and Willpower <= -45:
scene 8174
with slow_dissolve
n "Taking the phone from under your pillow, you hit the power button, squinting momentarily as your eyes adjust to the glare from the screen."
J_t "(This should feel so fucking wrong, but after what mam admitted to me about herself, and also some family history...)"
J_t "(Perhaps it's time I just accept myself for who I am... without shame!)"
menu:
"Check Milly's cam":
label checkmillycam:
"Use your phone to check Milly's bedroom cam."
if MillyCamNight == 0:
jump checkmillycam
"Put the phone down":
$Temp += 3
J_t "(No, I won't do it!)"
scene 6173
with slow_dissolve
n "You place the phone back under the pillow."
if Temp <= 3:
n "You lay awake, listening intently. Though the noises are often difficult to hear, you clearly know when your daughter climaxes."
stop music
n "You close your eyes and attempt to sleep again, but your phone begins to ring."
else:
label milly1end:
n "No sooner have you placed the phone back under your pillow and closed your eyes, when it begins to ring."
$renpy.sound.set_volume(0.20, delay=0, channel='sound')
play sound "/Sounds/single_old_phone.mp3" at into the mod at the right place i fix it and it was a easy fix so i dont know why mod dont fix it