0% found this document useful (0 votes)
11 views1 page

Traceback

Uploaded by

trovimid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Traceback

Uploaded by

trovimid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/script.rpy", line 9, in script
$ GameRunning = true
File "game/script.rpy", line 9, in <module>
$ GameRunning = true
NameError: name 'true' is not defined

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

Full traceback:
File "game/script.rpy", line 9, in script
$ GameRunning = true
File "E:\adam\renpy-7.3.5-sdk\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\adam\renpy-7.3.5-sdk\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 9, in <module>
$ GameRunning = true
NameError: name 'true' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Being A Hero 1.0
Fri Sep 11 23:33:23 2020

You might also like