summaryrefslogtreecommitdiffstats
path: root/Client/Functions/Client_TitleTextMessage.sqf
blob: 113e55b51f0b4e152c5d039bed383206a0959ca4 (plain)
1
2
3
4
5
6
7
Private["_message","_style"];

_message = _this Select 0;
_style = "PLAIN";
if (Count _this > 1) then {_style = _this Select 1};

12451 cutText ["\n\n\n\n\n\n\n" + _message,_style];