Page 1 of 1
button visibility with non bolean strigs
Posted: Thu May 12, 2022 12:46 pm
by 19Hellothere83
I am having issues publishing one of my teases.
I am using an or function to set buttons visible:
- Spoiler: show

- Screenshot 2022-05-12 144323.png (53.02 KiB) Viewed 1371 times
testing it it works like a charm, but it doesnt let me publish...
- Spoiler: show

- Screenshot 2022-05-12 144239.png (53.53 KiB) Viewed 1371 times
is there a workaround?
Re: button visibility with non bolean strigs
Posted: Thu May 12, 2022 12:51 pm
by Thamrill
Writing them on a single line fixes anything?
Also, if you use 1 for true and 0 for false, you may simply do girl1||girl2||girl3
Re: button visibility with non bolean strigs
Posted: Thu May 12, 2022 2:43 pm
by 19Hellothere83
Thats the thing Girl 1, 2 and 3 can be numbers from 1-9.
Is that a problem? As I said the test works
Re: button visibility with non bolean strigs
Posted: Thu May 12, 2022 3:55 pm
by 19Hellothere83
Worked!
Thanks!
Re: button visibility with non bolean strigs
Posted: Thu May 12, 2022 4:00 pm
by Thamrill
19Hellothere83 wrote: Thu May 12, 2022 2:43 pm
Thats the thing Girl 1, 2 and 3 can be numbers from 1-9.
Is that a problem? As I said the test works
If you are sure that it's that condition the problem, try writing it on a single line and maybe put all the checks between parentheses.
Re: button visibility with non bolean strigs
Posted: Thu May 12, 2022 4:01 pm
by Thamrill