Quicktest Error: "It is illegal to fall out of a *choice statement"

There was just a thread about this. :slightly_smiling: [RESOLVED] Problem with *if and *elseif - #11 by Havenstone

The problem is that if both male and female were false, the game would crash. QT will pick that up as a bug.

Use else instead of elseif and it’ll work.

1 Like