how do i make text so that it looks like this:
`here is the input
Hello... my name is Alex.
`here is where I type
Hello... my name is Alex.
this is what it should look like without my reminders:
Hello... my name is Alex.
Hello... my name is Alex.
I can only get it to look like this:
Hello... my name is Alex.Hello... my name is Alex.
if you don't know what i mean... take a look at my code:
Input ">";a$
if a$ = "start" then Input "Come to me, clouds. May you rise as an evil storm born to rip them open.";b$
CLS
if b$ = "Come to me, clouds. May you rise as an evil storm born to rip them open." then set cursor Input "Let the cover of night bear witness and destroy those who resist so they shall harm me not.";c$
CLS
if c$ = "Let the cover of night bear witness and destroy those who resist so they shall harm me not." then Input "Let the blood of many cleanse me, preserving beauty eternal, I pray you. > ";d$
CLS
if d$ = "Let the blood of many cleanse me, preserving beauty eternal, I pray you." then make object sphere 1,10
sleep 1000
thank you
THANKS FOR STOPING AT A RED LIGHT... AND LETTING ME CRASH INTO YOU AT 80 MILES AN HOUR!!!