Appearance
Condition Random Chance
Randomly decides which path to take based on a probability.
Inputs: 1 · Outputs: Success, Fail
Settings
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Input Mode | Select | Yes | Percent (0-100) | Choose Percent input or Decimal input. |
| Success Chance (%) | Slider | Yes (Percent mode) | 50 | Probability of taking the Success path (0–100). |
| Success Chance (0.0-1.0) | Slider | Yes (Decimal mode) | 0.5 | Probability 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!"
