More problems with *choice

Ok, so someone already gave me a solution to this, it didn’t seem to work!!

Code:

*choice
    #Male
        Ok.
        *set gender male
        *page_break
        *goto afterGender
    #Female
        Ok.
        *set gender female
        *page_break
        *goto afterGender

*label afterGender

Error message:

"It is illegal to fall out of a *choice statement; you must *goto or *finish before the end of the indented block."

12 posts were merged into an existing topic: Unsure how to use *choice