OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: 456820 on 18 Dec 2004, 12:33:19

Title: text?
Post by: 456820 on 18 Dec 2004, 12:33:19
i know you can have writing in the middle of the screen during the game like when you have someone sayin something out loud or in cutscenes i thought you used "titlecut ["yourwriting"] but it doesnt work.
 Does anyone know wat u put instead
Title: Re:text?
Post by: bored_onion on 18 Dec 2004, 13:00:27
yes....

you can use one of the below

Code: [Select]
titletext ["yourtexthere","plain down"]
OR

Code: [Select]
cuttext ["yourtexthere","plain down"]
dont forget the space between 'plain' and 'down'

for more details heres a thread i posted about the use of text etc.

http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=20841 (http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=20841)
Title: Re:text?
Post by: 456820 on 18 Dec 2004, 13:09:21
cheers