```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/s 58 akissashooting.rpy", line 16, in script
menu:
File "game/s 58 akissashooting.rpy", line 34, in <module>
"Do you want some coke...To keep you up" if coke >= 1:
NameError: name 'coke' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/s 58 akissashooting.rpy", line 16, in script
menu:
File "F:\Downloads\Games\New_Coral_City-1.4-pc\NCC-1.4-pc\renpy\ast.py", line 1609, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\Downloads\Games\New_Coral_City-1.4-pc\NCC-1.4-pc\renpy\exports.py", line 943, in menu
condition = renpy.python.py_eval(condition)
File "F:\Downloads\Games\New_Coral_City-1.4-pc\NCC-1.4-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\Downloads\Games\New_Coral_City-1.4-pc\NCC-1.4-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/s 58 akissashooting.rpy", line 34, in <module>
"Do you want some coke...To keep you up" if coke >= 1:
NameError: name 'coke' is not defined
Windows-8-6.2.9200
Ren'Py 7.2.2.491
NewCoralCity Season 2 1.4
Thu Nov 05 23:54:34 2020
```