Reply to choice_start() question
If you don't have an account, just leave the password field blank.
The first choice 1 is sort of *printed* on top of the question when it is run. Any idea how that can be solved? I just want a blank line between the question and the answers.
It doesn't matter if I use less or more options.
choice_start()
title_start();
How many?
title_end();
"1"
"2"
"3"
"4"
"5"
"6"
"7"
"8"
"9"
choice_end()
It doesn't matter if I use less or more options.
choice_start()
title_start();
How many?
title_end();
"1"
"2"
"3"
"4"
"5"
"6"
"7"
"8"
"9"
choice_end()