Effect(Chip/C) |
Problem description:
I always seem to be getting a bad index error at this part:
C.bonus["damage"]=C.damage
|
What am I doing wrong? According to the DM Reference, this is perfectly valid (and the non-redundant way of making list associations). The
bonus list is always going to be initialized due to the line above it. So why am I getting a bad index error?