The Dink Network

choice_start() question

October 30th 2002, 02:34 AM
fish.gif
Binirit
Peasant She/Her
 
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()
October 30th 2002, 03:03 AM
girl.gif
joshriot
Peasant They/Them United States
keep it real 
choice_start();

set_y 240

title_start();

"tumor circus"

title_end();

"true"

"false"

choice_end();

mess around with set_y until it turns out how you want it. cheers.
October 30th 2002, 02:19 PM
fish.gif
Binirit
Peasant She/Her