mrowlsss @mrowlsss

guys how do i make att in this script register as the variable att and not try to use att as an attribute

Nov 18, 2023, 4:32 AM
3

comments

[att]

but you should actually be using .setAttribute

.att[att]

actually looking at what you’re doing I’d say probably .setAttribute(att, arg) is what you’re looking for