I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/day10.rpy", line 311, in script
    play audio goingin volume 1
  File "game/day10.rpy", line 311, in <module>
    play audio goingin volume 1
                ^^^^^^^        
NameError: name 'goingin' is not defined. Did you mean: 'going in'?
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
  File "game/day10.rpy", line 311, in script
    play audio goingin volume 1
  File "renpy/ast.py", line 2301, in execute
    self.call("execute")
    ~~~~~~~~~^^^^^^^^^^^
  File "renpy/ast.py", line 2271, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
           ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
           ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/common/000statements.rpy", line 131, in execute_play_music
    _audio_eval(p["file"]),
    ~~~~~~~~~~~^^^^^^^^^^^ 
  File "renpy/common/000statements.rpy", line 39, in _audio_eval
    return eval(expr, locals=store.audio.__dict__)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1383, in py_eval
    return py_eval_bytecode(code, globals, locals)
           ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "renpy/python.py", line 1375, in py_eval_bytecode
    return eval(bytecode, globals, locals)
           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "game/day10.rpy", line 311, in <module>
    play audio goingin volume 1
                ^^^^^^^        
NameError: name 'goingin' is not defined. Did you mean: 'going in'?
Windows-10-10.0.19045-SP0 AMD64
Ren'Py 8.4.0.25052403+nightly
skydivision 17
Sat Oct 25 02:11:45 2025