Incompatible Layers #75
Unanswered
jvkkzy
asked this question in
Help + Q&A
Replies: 1 comment
-
hi! in you example, you would have incompatible = {
"Gold Background": ["Silver Hat"]
} And for more than one, you can add to the array like, incompatible = {
"Gold Background": ["Silver Hat", "Bronze Hat", "Pink Hat"]
} For more complex combinations and if/then situations, nested folder branching should be used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the incompatible layers function, but I want to make 2 traits from 2 different layers incompatible.
For example, in the Background layer there is a Gold Background trait and I want it to be incompatible with a Silver Hat trait from the Hats layer.
How do I change this?
const incompatible = { Red: ["Dark Long"], "Name with spaces": ["buzz","rare-Pink-Pompadour" ] // directory incompatible with directory example White: ["rare-Pink-Pompadour"], };
Beta Was this translation helpful? Give feedback.
All reactions