Ideally, I’d like it so that when I have 2 copies of a package, if I change attribute values on one it doesn’t count as a change. But with the way things currently stand, attribute value changes are also being considered, is there any workaround to this?
From what I understand, you want it to not change the package’s attributes when updating it, and have your own attributes, correct? If so, I guess you could change it to what you want from an external script, there isn’t really anything else you can do about this
package:SetAttribute('blablablalb', true)
I see. Guess that’ll have to do for now. Thanks!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.