Hello,

Is
“ my.skill1=4; ammo[my.skill1]=6;”
the same as
“ammo.4=6;” ?

I tried it but it seems to be wrong.
How can I do something like that?