On the 'Scratchpad' you can create 'Perchance Lists' by creating a variable (not a list):
// Variable names must be upper case
VAR1 = here is your text [VAR2]
// This wouldn't work
// VAR2
// one
// two
// three
// This would work
VAR2 = {one|two|three}
So, here is the fixed generator: https://perchance.org/ai-text-to-image-generator#data=uup1:335e398ae27a4c6f9cbe43b0fec928cf.gz
EDIT: Here is an example of using the variables in the Scratchpad with Perchance's Dynamic Odds to only toggle the correct items/output text based on a variable.
OUT = [x = SCENE.evaluateItem, '']a person in [BACKGROUND] [ACC]
SCENE = {beach|office|default}
BACKGROUND = {a white sand tropical beach^[x == 'beach']|a modern corporate office^[x == 'office']|on a cafe^[x == 'default']}
ACC = {wearing sunglasses^[x == 'beach']|wearing business formal attire^[x == 'office']|^[x == 'default']}
https://perchance.org/ai-text-to-image-generator#data=uup1:5c11ede62372d4a2c6afd79fde2410c8.gz