Thanks! This is working correctly now
What i have to do is creating a sum of multiple object that follow more or less this logic:
Starting price 1$ + accessory1+ accessory2+accessory3+accessory4 etc…
You can add different objects that will keep stacking the sum (you can toggle on and off the objects)
You were mentioning that using a loop is the best option, how can i use it in the best way?
Thanks a lot man!