ConditionIsFalse - sorengranfeldt/mre GitHub Wiki
ConditionIsFalse
This condition returns true if the value of the metaverse attribute is present and false. If no value is present in the specific metaverse attribute, false is returned and the condition is not met.
<ConditionBase xsi:type="ConditionIsFalse">
<Description>isExpelled must be present and false</Description>
<MVAttribute>isExpelled</MVAttribute>
</ConditionBase>
Requires version 1.1 or later