Zerorox

Active Member
Dec 5, 2021
690
1,118
Loved the indirect reference to Acting Lessons in this episode.

"We have to talk."

Jo best girl ;)
I hope their talk Will not be as lighthearted as with Elaine
With all that "I helped You so much (yeah, so much?) with finding Who sent mail, with photo from camera, and now...)
 

KingArthur101

Newbie
Apr 11, 2020
56
189
Just posting the to solution to a problem I had in case anyone else gets it.
Here's the traceback.txt
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 520, in script
    if persistent.ph_advstart_ep >= 2:
  File "game/script.rpy", line 520, in <module>
    if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 520, in script
    if persistent.ph_advstart_ep >= 2:
  File "C:\Desktop Alt\Other\Alt\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "C:\Desktop Alt\Other\Alt\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Desktop Alt\Other\Alt\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 520, in <module>
    if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
The solution was to change 'ph_advstart_ept' in lines 327 & 328 of game/script.rpy to 'ph_advstart_ep'
 
  • Like
Reactions: InkAndSaliva

yourdesire8

Member
Jul 1, 2017
307
190
Just posting the to solution to a problem I had in case anyone else gets it.
Here's the traceback.txt
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 520, in script
    if persistent.ph_advstart_ep >= 2:
  File "game/script.rpy", line 520, in <module>
    if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 520, in script
    if persistent.ph_advstart_ep >= 2:
  File "C:\Desktop Alt\Other\Alt\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "C:\Desktop Alt\Other\Alt\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Desktop Alt\Other\Alt\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1085, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 520, in <module>
    if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
The solution was to change 'ph_advstart_ept' in lines 327 & 328 of game/script.rpy to 'ph_advstart_ep'

It still doesn't work
 
Feb 6, 2018
262
157
Great episode and really nicely put together! With that office look I really wished for Elaine to give the MC a footjob, but one man can dream... I hope the next two installments don't take all too long!
 
  • Like
Reactions: acewinz

john984

Active Member
Jun 6, 2020
739
1,550
I'm in episode 21. What option should I choose "How much did you tell Jenna about Lily/Debbie/Katie ?"
Half-truth / Fooled around or Told her nothing ?
 
4.30 star(s) 338 Votes