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 !
Hello everyone,
If I define:
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: