JemU776's Help Thread

So if you check out the link that I sent you (HOW TO: Use [shouldPaginate: YES] - #8 by JemU776) and test out the 14 outfit choices, it will remember.

Just do NOT do this (taking the sample from above and adding something):

label Dressing

NARR
Pick something.

choice(OUTFIT)[shouldPaginate: YES]
“1”{

goto Dressing

}“2”{

Don’t put a goto in the option that leads to back to the label at the beginning. This is because, according to Dara’s guide to using if/elif/else with the choice name and option method " You have repeated choices. Inside each choice is a goto that leads back to the label to start the choice over again, so technically whatever choice you tapped on does not get remembered since the choice gets repeated."

1 Like