Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Text  (Read 1292 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 »