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

Wait

Wait occurs after time in seconds have passed from when the trigger has been active.

Wait(s): How long in seconds time has passed after this trigger was active.

Authors have the option to

  1. Enter a fixed duration (s)

  2. Dynamic Duration: Link a Virtual Object's custom attribute (integer or float type) to control the wait time. Fixed duration is disabled when this option is active.

Parameters:

  1. Entity Type: None (Fixed Duration), Virtual Object

  2. Entity: The Virtual Object you want to choose

  3. Attribute: Custom attribute attached to the Virtual Object selected (must be a float or integer)

  4. Duration: Direct time input (when using fixed duration)

Last updated