Only one little comment:
you set object command isn't right.
it's "set object 1,1,0,1" instead of set object 1,1,1,0
`3D TEXT
`sync
sync on
sync rate 30
`create a text to put on
`you can change the text to whatever
`change the get image to fit the text in it
set text size 30
text 0,0,"Hello!"
get image 1,0,0,80,25
`get a 3D object to texture the text on
make object plain 1,5,1
texture object 1,1
`since the background is black i can make it transparent so you don't see it
`strangly my transparency had to be set to 1 to get it transparent
`so if the black is not transparent set the transparency to 0
set object 1,1,0,1
`loop
do
`turn object
turn object left 1,2
sync
loop
Anyway, well done...
Immunity and Annihalation makes Immunihalation...