This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| dragengine:modules:dragonscript:behavior_ridable [2025/05/04 13:40] – [ridable.check] dragonlord | dragengine:modules:dragonscript:behavior_ridable [2025/05/04 13:42] (current) – [ridable.check] dragonlord | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| |count.greater|integer|Count of riding ride on instances is greater than integer value| | |count.greater|integer|Count of riding ride on instances is greater than integer value| | ||
| |player|'' | |player|'' | ||
| + | |wait| |If present action returns BTResult.running instead of BTResult.failed to wait until the checks are all fulfilled| | ||
| This is an example of using this action: | This is an example of using this action: | ||
| Line 69: | Line 70: | ||
| |ridable.count.greater|integer|Count of riding ride on instances is greater than integer value| | |ridable.count.greater|integer|Count of riding ride on instances is greater than integer value| | ||
| |ridable.player|'' | |ridable.player|'' | ||
| - | |wait| |If present action returns BTResult.running instead of BTResult.failed to wait until the checks are all fulfilled| | ||
| This is an example of using this condition: | This is an example of using this condition: | ||