- Sep 15, 2016
- 49
- 308
Got this error in the last version, but I still can't figure out how to fix it. It happens whenever you fuck Stephanie at the party.
Code:
While running game code:
File "game/script.rpy", line 11511, in script
$steph_party_event_object.inc_level(5)
File "game/script.rpy", line 11511, in <module>
$steph_party_event_object.inc_level(5)
File "game/script.rpy", line 680, in inc_level
self.levelArray[level] += 1 ##should record how often each choice was taken. Might be bugged, and isn't used anyways.
IndexError: list index out of range