Guest User

Untitled

a guest
Aug 2nd, 2017
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 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 116, in script call
  6. call combat from _call_combat
  7. File "game/combatcode/combat.rpy", line 380, in script
  8. $ player.inventory.give(LootDrops[i], 1)
  9. File "game/combatcode/combat.rpy", line 380, in <module>
  10. $ player.inventory.give(LootDrops[i], 1)
  11. File "game/characterCore/inventory.rpy", line 79, in give
  12. self.items[i].NumberHeld += amount
  13. IndexError: list index out of range
  14.  
  15. -- Full Traceback ------------------------------------------------------------
  16.  
  17. Full traceback:
  18. File "game/script.rpy", line 116, in script call
  19. call combat from _call_combat
  20. File "game/combatcode/combat.rpy", line 380, in script
  21. $ player.inventory.give(LootDrops[i], 1)
  22. File "C:\Users\MegTest\Desktop\MonGirl-1.0-pc\renpy\ast.py", line 814, in execute
  23. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  24. File "C:\Users\MegTest\Desktop\MonGirl-1.0-pc\renpy\python.py", line 1719, in py_exec_bytecode
  25. exec bytecode in globals, locals
  26. File "game/combatcode/combat.rpy", line 380, in <module>
  27. $ player.inventory.give(LootDrops[i], 1)
  28. File "game/characterCore/inventory.rpy", line 79, in give
  29. self.items[i].NumberHeld += amount
  30. IndexError: list index out of range
  31.  
  32. Windows-7-6.1.7601-SP1
  33. Ren'Py 6.99.12.4.2187
  34. MonGirl 1.0
  35. [/code]
Add Comment
Please, Sign In to add comment