Home   Help Search Login Register  

Author Topic: Text  (Read 937 times)

0 Members and 1 Guest are viewing this topic.

Offline Viking

  • Members
  • *
  • NORSOF
Text
« on: 07 Sep 2002, 20:48:50 »
How do i add text(you, know. when people talk close up) to a mission without using a waypoint or trigger? And how do i make it not go off the side of the screen, but underneath the first sentence if i have too many letters?
VIKING
Modeller/Skinner/Coder
NORFOR

Kaliyuga

  • Guest
Re:Text
« Reply #1 on: 07 Sep 2002, 22:18:38 »
Well.. if you're not going to use a trigger or waypoint.. then what does that leave??    ....   a    script :o

titletext ["your text here", plain down]

that's the bit of code you'll need right there ;)

and to make it move down a line you need to put this \n  

as in this example:
titletext ["your text here\nthis is on a new line", plain down]
« Last Edit: 07 Sep 2002, 22:21:00 by Kaliyuga »