Hi everyone,
I need help for modify property from my children.
I wrote this:
own.children['fireM'] += 1
if own.children['fireM'] >= 1:
own.children['fireM'] = 0
And blender say : "Clist[key]: ‘‘fireM’’ key not in list’’.
So, what’s wrong?
Thank you for youre help.