El Tarkinero
Poland
 
 
No information given.
Currently Offline
Rarest Achievement Showcase
Comments
El Tarkinero 15 Feb, 2019 @ 7:14am 
player setName ["Ben Kerry","Ben","Kerry"]
El Tarkinero 15 Feb, 2019 @ 6:21am 
To set country insignias on EUROFORCE units:

// For single word countries

this setVariable ["IP_Country", "Germany"];

this setVariable ["IP_Country", "Norway"];



// Or for multiple word countries

this setVariable ["IP_Country", "United_Kingdom"];

this setVariable ["IP_Country", "Bosnia_And_Herzegovina"];
To disable the country insignia for a single EUROFORCE unit:

this setVariable ["IP_Country", false];
To disable the Snow Tiger insignia for single a CSAT unit:

this setVariable ["IP_CSATInsignia", false];
To disable custom insignias for ALL mod units in a mission (run from init.sqf):

IP_NoFactionInsignias = true;
⎛⎝.⎛⓿⏝⏝⓿⎞.⎠⎞ 4 Dec, 2018 @ 5:50pm 
Zapraszam na Wargame : Airland batle
El Tarkinero 17 Jul, 2016 @ 3:18pm 
{_x setVariable ["IP_Country", "Poland"]} forEach (units(group this));