And this is the error when going into the 'girls' option.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 301, in execute_play_sound
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "game/uiscreens.rpy", line 72, in <module>
NameError: name 'deckbutton' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "uiscreens.rpyc", line 72, in script
File "renpy/ast.py", line 1987, in execute
File "renpy/ast.py", line 1966, in call
File "renpy/statements.py", line 374, in call
File "renpy/common/000statements.rpy", line 301, in execute_play_sound
File "renpy/common/000statements.rpy", line 33, in _audio_eval
File "renpy/python.py", line 1218, in py_eval
File "renpy/python.py", line 1211, in py_eval_bytecode
File "game/uiscreens.rpy", line 72, in <module>
NameError: name 'deckbutton' is not defined
[/code]