For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conditions

Learn how use Conditions in your VIVERSE Worlds, and how to link them to Triggers


About

Conditions is additional convenience layer on top of Triggers, allowing creators to string multiple Triggers together, either in parallel or in sequential mode. Conditions can be used with Triggers interchangeably, for example when linking them to Actions.

Usage

Conditions support 2 types of configuration:

  • Sequential (AND) — creates an activation only when both input Triggers were activated within a given Time Window

  • Parallel (OR) — creates an activation when at any input Trigger is activated. The Time Window here helps to prevent or control double activation when both inputs are triggered one after another

For practical usage examples, please refer to Triggers or Actions respectively!

Reference


And

Activates when both Trigger A and Trigger B are activated within a given Time Window. Leaving time window at 0 (default) means no time restriction is applied


Or

Activates when either Trigger A or Trigger B is activated within a given Time Window. Leaving time window at 0 (default) means no time restriction is applied


Last updated

Was this helpful?