Welwigo
Newbie
- Apr 12, 2021
- 84
- 124
I'm still getting the crash during the scene with Lashley where you show up to her office in the middle of the night when she's drunk. I've looked at the .rpy files, but despite it pointing to line 90 of /game/scenes/school/principaloffice/night/story/drunkandfrisky/drunkandfrisky_finger there's no code it's pointing to. It keeps throwing the error
, but looking at line 90 it's referring to the UI buttons and
to draw the next scene. Admittedly I'm not familiar with the internal workings of Ren'py, but obviously it keeps looking for a string that so far as I can see isn't indicated anywhere. Looking through all the .rpy files in the folder not a single one has that label, so I have no idea what script specifically is creating the check.
Lowmanji's fix didn't seem to help either. I've fucked with it myself, decompiled and recompiled, but it still keeps crashing with that error. I have no idea what to do.
Code:
ScriptError: could not find label 'lbl_drunk_and_frisky_oral'
Code:
call screen scr_drunk_and_frisky_finger_next
Lowmanji's fix didn't seem to help either. I've fucked with it myself, decompiled and recompiled, but it still keeps crashing with that error. I have no idea what to do.