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