Hilnar
Newbie
- Nov 22, 2021
- 18
- 30
- 32
Have been working for quite a while on a big custom mission, but encountered what I believe are some bugs, that I cant seem to figure out.
As for context, the subconditions are simply all the outfits that cover that part of the body. What I am trying to create is a condition that simply checks for if something is exposed or not, both coat wise and casual outfit wise.
Bug 1:
Bug 2:
This statement still works. However when I then add an or to also include having another part exposed, like this:
The statement doesnt work like it is supposed to.
For if you want to try yourself, I have also included the subconditions:
I just hope that I am not completely overlooking something all this time.
As for context, the subconditions are simply all the outfits that cover that part of the body. What I am trying to create is a condition that simply checks for if something is exposed or not, both coat wise and casual outfit wise.
Bug 1:
"condition":"(SubCondition_AnyPenisCovers, !Futanari)" should work the same as "condition":"(!Futanari, SubCondition_AnyPenisCovers)". Yet they dont.Bug 2:
"condition":"[SubCondition_BasicConditions, [(Naked, FrontOpen1, FrontOpen2), !SubCondition_AnyBoobCovers]]"This statement still works. However when I then add an or to also include having another part exposed, like this:
"condition":"[SubCondition_BasicConditions, ([(Naked, FrontOpen1, FrontOpen2), !SubCondition_AnyBoobCovers], [(Naked, FrontOpen1, FrontOpen2), !SubCondition_AnyVaginaCovers])]"The statement doesnt work like it is supposed to.
For if you want to try yourself, I have also included the subconditions:
You don't have permission to view the spoiler content.
Log in or register now.
I just hope that I am not completely overlooking something all this time.
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: