Skip to content
Søren Granfeldt edited this page Dec 29, 2019 · 2 revisions

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

Clone this wiki locally