Enjoying the game. But can't finish the Trevor party:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/home.rpy", line 104, in script call
call trevorParty() from _call_trevorParty
File "game/places/trevor/party/trevorParty.rpy", line 95, in script
jump trevorPartyEnd1
ScriptError: could not find label 'trevorPartyEnd1'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/home.rpy", line 104, in script call
call trevorParty() from _call_trevorParty
File "game/places/trevor/party/trevorParty.rpy", line 95, in script
jump trevorPartyEnd1
File "/private/var/folders/8c/_86ynyrd0k12s5dhmr_3qtt00000gn/T/AppTranslocation/7740BCE1-B50D-4C5D-8E94-B38B6477BAB3/d/GainOfLife.app/Contents/Resources/autorun/renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "/private/var/folders/8c/_86ynyrd0k12s5dhmr_3qtt00000gn/T/AppTranslocation/7740BCE1-B50D-4C5D-8E94-B38B6477BAB3/d/GainOfLife.app/Contents/Resources/autorun/renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'trevorPartyEnd1'.
Darwin-22.6.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
Gain of Life v0.36.0
Fri Aug 11 13:12:23 2023
```