Skip to content

Condition Random Chance

Randomly decides which path to take based on a probability.

Inputs: 1 · Outputs: Success, Fail

Settings

SettingTypeRequiredDefaultDescription
Success Chance (%)NumberYes50Probability of taking the Success path (0–100).

Example

50/50 coin flip:

  • Success Chance: 50
  • Success → Send message "You won!"
  • Fail → Send message "Better luck next time!"

Oasis Admin Editor Documentation