VN Ren'Py Hot Property [v0.2.0] [Hematite]

4.20 star(s) 5 Votes

Kuokaman

Member
Dec 15, 2021
147
315
186
I got an error. If the developer is here, I suggest making a more meaningful variable names to make them more manageable.

Python:
NameError: name 'sc_06_3' is not defined. Did you mean: 'sc_06_03'?

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

Traceback (most recent call last):
  File "game/script/sc_06.rpy", line 510, in script
    if sc_06_3 == 2:
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/script/sc_06.rpy", line 510, in <module>
    if sc_06_3 == 2:
       ^^^^^^^     
NameError: name 'sc_06_3' is not defined. Did you mean: 'sc_06_03'?
 
Oct 18, 2019
90
108
218
"v0.2.0
The adventure of our trusted mechanic continues. In this update, I have the pleasure of meeting two new girls: emerging actress Betty and aspiring director Amber, who is looking for funding. Enjoy!
P.S. I recommend starting the game again, as I found some serious bugs in the previous version. "

With all due respect, you should hire a proofreader. The orthography and the grammar were pure garbage. That's what made me quit "Sassy Girl."
 

shroomify

Member
Jul 21, 2025
138
114
61
I got an error. If the developer is here, I suggest making a more meaningful variable names to make them more manageable.

Python:
NameError: name 'sc_06_3' is not defined. Did you mean: 'sc_06_03'?

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

Traceback (most recent call last):
  File "game/script/sc_06.rpy", line 510, in script
    if sc_06_3 == 2:
  File "renpy/ast.py", line 2079, in execute
    if renpy.python.py_eval(condition):
       ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  File "renpy/python.py", line 1292, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1285, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/script/sc_06.rpy", line 510, in <module>
    if sc_06_3 == 2:
       ^^^^^^^    
NameError: name 'sc_06_3' is not defined. Did you mean: 'sc_06_03'?
I just used an editor to correct the script and it played correctly.
 
4.20 star(s) 5 Votes