guys how do i make att in this script register as the variable att and not try to use att as an attribute
[att]
but you should actually be using .setAttribute
.att → [att]
.att
actually looking at what you’re doing I’d say probably .setAttribute(att, arg) is what you’re looking for
.setAttribute(att, arg)
[att]
but you should actually be using .setAttribute