How to place some text?

ShootingBlanks

OpenDayZ Guru!
I have a trigger that does centered text using titleText.
I want to display it on the lower right of the screen just like when you join the game and it says something like this in the scrolling or teletype.

Chernarus
Elektrovadosk
Day 34

Anyone know how to do that?
Thanks ..
 
This part here was it exactly! Thanks.. Not mentioned at all on the Arma scripting commands page.


// Info text
[str ("Not so far away..."), str("Not so long ago..."), str(date select 1) + "." + str(date select 2) + "." + str(date select 0)] spawn BIS_fnc_infoText;
 
Back
Top