Artix2202

New Member
Jun 25, 2020
1
0
Game crush with error. Not running at all
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/quests/growingUpLilian/mini_game_lilian.rpy", line 80: invalid syntax
        except TypeError, te:
                         ^

Ren'Py Version: Ren'Py 8.3.3.24111502
Sun Nov 17 15:28:16 2024
 

chopee

Member
Nov 2, 2017
218
114
Imo this game needs to be able to go through dialogues with mousewheel instead of click click click click. Many games miss this and from my point of view it should be a basic feature. Nonetheless Im enjoying it so far :love:
 

abcde

Member
Apr 30, 2017
175
309
Game crush with error. Not running at all
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/quests/growingUpLilian/mini_game_lilian.rpy", line 80: invalid syntax
        except TypeError, te:
                         ^

Ren'Py Version: Ren'Py 8.3.3.24111502
Sun Nov 17 15:28:16 2024
Getting the same error game won't even start because of it anybody know how to fix it ?
 

abloodk

Member
Jan 10, 2020
261
179
So is there a way to actually manipulate her, or that always brings a bad ending?
it always ends in a bad ending if you try to manipulate her in any way - she *knows* when you're lying or manipulating, and she know you were the bad guy but is willing to give you the one chance to be on her side

and for the ones that felt weirded out by the path the MC has taken: remember when Phobos almost killed the MC and took most of his powers away before sending him on a practically suicidal mission to kidnap his sister from the Guardians so that Phobos could be more powerful? cuz the MC hasn't, and that's the whole point of the path he's taken lately
 

orangutaint

Newbie
Jun 29, 2018
56
51
For now I've fixed it for myself by creating a new file in the `game` directory, for example `phone.rpy` with the contents
Code:
init 999 python:
    setattr(Phone, "lock_exit", False)
Excuse my ignorance, but what program did you create the file with?
 
3.50 star(s) 85 Votes