somewhere the step to create the stimList is getting missed...
Traceback (most recent call last):
File "D:\cs\CogSlots\gameplay.py", line 518, in OnSpin
payline,stopAt = self.phoneySpin()
File "D:\cs\CogSlots\gameplay.py", line 433, in phoneySpin
theItem = self.settings.stimList.pop(0)
IndexError: pop from empty list
somewhere the step to create the stimList is getting missed...
Traceback (most recent call last): File "D:\cs\CogSlots\gameplay.py", line 518, in OnSpin payline,stopAt = self.phoneySpin() File "D:\cs\CogSlots\gameplay.py", line 433, in phoneySpin theItem = self.settings.stimList.pop(0) IndexError: pop from empty list