Jump to content

Rebels can RDM governor when taxes are or are above 15%  

82 members have voted

  1. 1. Rebels can RDM governor when taxes are or are above 15%

    • Retarded
      19
    • Not Retarded
      63


Recommended Posts

I could see this as governor get auto-marked as aggressive(red name) to players with rebel license and taxes are or are above 15% @Gnashes @bamf

// There you go, work already complete ...

_vcolor = switch (true) do {
	case((_x getVariable ["gang","0"]) in life_gang_wars || (_x getVariable ["aggressive",-300]) > (time - 300)):{"FF0000"}; // Mean bois
	case((getPlayerUID _x == (life_configuration select 0)) && ((life_configuration select 3) >= 15) && ((29 in life_talents && license_civ_rebel))):{"FF0000"}; // Gov
	case(_x in (units group player) && playerSide == civilian):{"00FF00"}; // Friendly
	default {"FFFFFF"}; // Everyone else
};

 

Edited by Pizza Man
Twinkie, Xehons and Kev 23 like this
Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...