PDA

View Full Version : Text to Screen


Char Norlien
16-11-2004, 02:50 PM
Is it possible to write text to screen from a script file?

architech
16-11-2004, 07:27 PM
YES, you can.

The script might look something like this .....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

dtext
30,30
9
0
test me


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This will default to the current text syle, of course....
You might want to add the style command ...
See below for an example....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-style
romand
romand.shx
0
.9
0
n
n
n
dtext
30,30
.9
0
test me

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

..... something like that .... hope that helps ... :mrgreen:
later.

architech
12-01-2005, 09:45 PM
Someone just tried this and it doesn't work. :oops:

Sorry.

I thought it would.
Maybe some one here might have better soultion.... hmmm...

CarLB
13-01-2005, 02:06 AM
Architech,

I thought it would work too! Until I tried it. After some investigating I found:

"dtext" command *does not* work in scripts.
"text" command *does* work in scripts
to get the same effect as dtext, use 2 blank lines (2 returns) between lines of text.

Hope this helps!