OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Viking 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?
-
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]