You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to disable another wildcard if the another one is set to 0
For Example if have this prompt: {0-2$$__mywildcard/chairs__} {0-2$$__mywildcard/colors__},
And i want to avoid using __mywildcard/colors__ if theres is no __mywildcard/chairs__
So what i need is a way to put 0 to __mywildcard/colors__ if __mywildcard/chairs__ is put to 0
Thanks
The text was updated successfully, but these errors were encountered:
The reason why that doesn't work is because the variant wildcard syntax only works for wildcards, not other tokens, i.e. {0-2$$_mywildcard/chairs__} works but {0-2$$_mywildcard/chairs__ anything_else_here} won't
Is there a way to disable another wildcard if the another one is set to 0
For Example if have this prompt:
{0-2$$__mywildcard/chairs__} {0-2$$__mywildcard/colors__},
And i want to avoid using
__mywildcard/colors__
if theres is no__mywildcard/chairs__
So what i need is a way to put 0 to
__mywildcard/colors__
if__mywildcard/chairs__
is put to 0Thanks
The text was updated successfully, but these errors were encountered: