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 |
|---|---|---|---|---|
| Success Chance (%) | Number | Yes | 50 | Probability 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!"
