> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/logics/ovrcondition.md).

# OvrCondition

### Description

This Node is responsible for describing and handling boolean conditions, resulting in a boolean statement of truth.

Typically used as a foundation in more elaborate boolean checks.

#### Attributes

{% hint style="info" %}
**Note**: the following attributes are added to the existing ones from the super class [OvrNode](/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/ovrnode.md)
{% endhint %}

<table><thead><tr><th width="203.28342952667998">Name</th><th width="205.22468667206817">Type</th><th width="340.1572968009442">Description</th></tr></thead><tbody><tr><td>ConditionOperator</td><td><a href="/pages/d4bFwdUgnA5B8B8v3pPk">OvrConditionOperator</a></td><td>Comparing condition</td></tr><tr><td>Variable1</td><td><a href="/pages/JH0bWEgoOe9ZNl3wL1rN">OvrVariable</a></td><td>Variable to compare</td></tr><tr><td>Variable2</td><td><a href="/pages/JH0bWEgoOe9ZNl3wL1rN">OvrVariable</a></td><td>Variable to compare</td></tr><tr><td>Result</td><td><a href="/pages/TmRWpo9aKcoyy2mh7Rts">OvrBool</a></td><td>Boolean condition result</td></tr></tbody></table>

![Example of OvrCondition.](/files/YbQIo85hFOQ8VWxSupf0)
