126
7th Heaven / Re: Conditional Format
« on: 2020-08-27 12:46:55 »I don't believe that is a correct format. I believe Option is strictly for use in Configure Mod. However, if by some miracle that worked if you added the variable to the var file, then I will note that there was a bug in previous versions of 7H (2.0) that didn't work with custom variables, but that has since been fixed.Oh, thanks ! I tried some combinations and now it seems to work! I didnt know that i could put the "ActiveWhen" tag into the "Conditional " tag .
With that said, I believe the proper format would be combining these 2 examples in the Help documentation:
http://7thheaven.rocks/help/modhelp.html#conditionalfolders
http://7thheaven.rocks/help/modhelp.html#modoperators
<Conditional Folder="Ojos\ojosCloud\Aeris" >
<ActiveWhen>
<And>
<Option>CloudOjos = 3</Option>
<Option>gameplay = 1</Option> </And></ActiveWhen>
<RuntimeVar Var="Byte:0xDC091B" Values="5" />
</Conditional>