Skip to content

Condition Random Chance

Randomly decides which path to take based on a probability.

Inputs: 1 · Outputs: Success, Fail

Settings

SettingTypeRequiredDefaultDescription
Input ModeSelectYesPercent (0-100)Choose Percent input or Decimal input.
Success Chance (%)SliderYes (Percent mode)50Probability of taking the Success path (0–100).
Success Chance (0.0-1.0)SliderYes (Decimal mode)0.5Probability of taking the Success path as decimal value (0.0–1.0).

Example

50/50 coin flip:

  • Input Mode: Percent (0-100)
  • Success Chance: 50
  • Success → Send message "You won!"
  • Fail → Send message "Better luck next time!"

Oasis Admin Editor Documentation