Skip to content

Define certain probability for categorical choice. #45

@mschnyde

Description

@mschnyde

Hello everyone,

If I define:

~[greet]
      ooh [hi|hello?/70] chatette community !

It will eather generate:

"ooh chatette community" with 50% chance
"ooh hello chatette community" with 50% * 70% chance
"ooh hi chatette community" with 50% * 30% chance

My question is the following:
Can I unbalance the probability of a categorical choice without having to use the "?" ?

I would want to specify something like this:

~[greet]
      ooh [hi|hello/70] chatette community !

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requestquestionInterrogation on the functioning of the program

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions