stburr91 wrote:I believe I saw a video of one the the campaign missions that uses a typetext function that used a type writer looking font.
Does anyone know what font that was?
Yeah i have used the same typetext for my campaign .
i give you the code : you can add this code line in one trigger or sqf . In the trigger activation : private _w = 0.52;
private h = 0.45;
date params ["", "", "", "hour", "_minute"];
[
[
["Operation: ", "<t align = 'left' shadow = '1' size = '0.7' font='tt2020style_e_vn_bold'>%1</t>"],
["Green Hell"],
[format ["Monday 17th May 1968. %1%2%3%4h", ["0", ""] select (_hour >= 10), _hour, ["0", ""] select (_minute >= 10), _minute]],
["SOG GHOST, Secret Camp, South Vietnam", "<t align = 'left' shadow = '1' size = '0.7'>%1</t><br/><br/>"],
["Target AO: ", "<t align = 'left' shadow = '1' size = '0.7' font='tt2020style_e_vn_bold'>%1</t>"],
["Classified", nil, 3.5]
],
[safeZoneX + safeZoneW - _w, _w],
[safeZoneY + safeZoneH - _h - 0.05, _h]
] spawn vn_ms_fnc_sfx_typeText;