Advertisement
Guest User

Awkward

a guest
Mar 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "C:/Users/James/scenarios/4.2/awkward_extension/story/awkward_extension.rpy", line 178, in script
  5. $ GirlMind += 1
  6. File "C:/Users/James/scenarios/4.2/awkward_extension/story/awkward_extension.rpy", line 178, in <module>
  7. $ GirlMind += 1
  8. NameError: name 'GirlMind' is not defined
  9.  
  10. -- Full Traceback ------------------------------------------------------------
  11.  
  12. Full traceback:
  13. File "C:/Users/James/scenarios/4.2/awkward_extension/story/awkward_extension.rpy", line 178, in script
  14. $ GirlMind += 1
  15. File "E:\Personal Shit\Misc Games\StudentTransfer-4.2-pc\renpy\ast.py", line 896, in execute
  16. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  17. File "E:\Personal Shit\Misc Games\StudentTransfer-4.2-pc\renpy\python.py", line 1929, in py_exec_bytecode
  18. exec bytecode in globals, locals
  19. File "C:/Users/James/scenarios/4.2/awkward_extension/story/awkward_extension.rpy", line 178, in <module>
  20. $ GirlMind += 1
  21. NameError: name 'GirlMind' is not defined
  22.  
  23. Windows-8-6.2.9200
  24. Ren'Py 7.2.1.457
  25. Student Transfer 4.2
  26. Fri Mar 22 21:34:02 2019
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement