how to use reverse with existing attributes
1Mark opened this issue · 2 comments
1Mark commented
Beware: reverse() only deletes attributes. If you curse()'d to replace a pre-existing attribute, reverse() won't re-install the existing attribute.
Any workarounds for this?
mentalisttraceur commented
Save the existing attribute in a variable before cursing, use curse again after reversing to install it? Just a guess from someone passing through.
1Mark commented
Save the existing attribute in a variable before cursing, use curse again after reversing to install it? Just a guess from someone passing through.
I tried that and it didn't work. sorry should've been clearer.