Advertisement
Guest User

Untitled

a guest
Jul 16th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.33 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4.  File "game/scenario_abcb/day2.rpy", line 2358, in script
  5.  File "game/scenario_abcb/day2.rpy", line 2358, in python
  6. NameError: name 'rival' is not defined
  7.  
  8. -- Full Traceback ------------------------------------------------------------
  9.  
  10. Full traceback:
  11.  File "F:\games\everlasting_summer-1.1-all\renpy\bootstrap.py", line 265, in bootstrap
  12.    renpy.main.main()
  13.  File "F:\games\everlasting_summer-1.1-all\renpy\main.py", line 327, in main
  14.    run(restart)
  15.  File "F:\games\everlasting_summer-1.1-all\renpy\main.py", line 78, in run
  16.    renpy.execution.run_context(True)
  17.  File "F:\games\everlasting_summer-1.1-all\renpy\execution.py", line 509, in run_context
  18.    context.run()
  19.  File "F:\games\everlasting_summer-1.1-all\renpy\execution.py", line 288, in run
  20.    node.execute()
  21.  File "F:\games\everlasting_summer-1.1-all\renpy\ast.py", line 720, in execute
  22.    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  23.  File "F:\games\everlasting_summer-1.1-all\renpy\python.py", line 1304, in py_exec_bytecode
  24.    exec bytecode in globals, locals
  25.  File "game/scenario_abcb/day2.rpy", line 2358, in <module>
  26.    $ rival.mood = 2
  27. NameError: name 'rival' is not defined
  28.  
  29. Windows-7-6.1.7601-SP1
  30. Ren'Py 6.16.3.502
  31. Everlasting Summer 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement