use many strings like this:
rem Set string info
string1$="Dark Basic"
string2$="Rhett's the best"
string3$="Play Slayer: Battle Tanks, its good for you"
string4$="Vote for Excelsis on the Puzzle Game Compo board"
string5$="The end"
rem print strings
print "";string1$
print "";string2$
print "";string3$
print "";string4$
print "";string5$
rem Or, you can save them all to a file, in the order you tell it:
open to write 1,"example.txt"
write string 1,string1$
write string 1,string2$
write string 1,string3$
write string 1,string4$
write string 1,string5$
close file 1
You can then save the file, or just print it to the screen.
__________________________________________
<<<<<Check out my sites>>>>>
www.rhettgames.tk | www.slayerbattletanks.tk