Advertisement
Guest User

Untitled

a guest
Jul 20th, 2020
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [code]
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. File "game/script.rpy", line 1040, in script
  6. $ pc.appearance['Gender'] = "Female"
  7. File "game/script.rpy", line 1040, in <module>
  8. $ pc.appearance['Gender'] = "Female"
  9. AttributeError: 'Mob' object has no attribute 'appearance'
  10.  
  11. -- Full Traceback ------------------------------------------------------------
  12.  
  13. Full traceback:
  14. File "game/script.rpy", line 1040, in script
  15. $ pc.appearance['Gender'] = "Female"
  16. File "C:\Users\jdavi\Desktop\games\itchio\fest\LoveMonstersandOrder-1.5c_public-pc\renpy\ast.py", line 912, in execute
  17. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  18. File "C:\Users\jdavi\Desktop\games\itchio\fest\LoveMonstersandOrder-1.5c_public-pc\renpy\python.py", line 2004, in py_exec_bytecode
  19. exec bytecode in globals, locals
  20. File "game/script.rpy", line 1040, in <module>
  21. $ pc.appearance['Gender'] = "Female"
  22. AttributeError: 'Mob' object has no attribute 'appearance'
  23.  
  24. Windows-8-6.2.9200
  25. Ren'Py 7.3.2.320
  26. Love Monsters and Order 1.5c_public
  27. Mon Jul 20 21:05:52 2020
  28. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement