owl — 11/18/2023, 4:32:56 AM

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

♥ 4 ↩ 0 💬 3 comments

comments

lily:

[att]

but you should actually be using .setAttribute

11/18/2023, 5:36:05 PM
pkmnq:

.att[att]

11/18/2023, 5:11:37 AM
pkmnq:

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

11/18/2023, 5:13:17 AM