Hearts of Iron IV

Hearts of Iron IV

Embargo Mod
Gilson111191 16 MAR 2022 a las 21:27
Tip for the DEVELOPER::
for the DEVELOPER::
=========================
to resolve the "Freeze" issue of the "Embargo's_Against" screen when Selecting several Different Nations Embargoed::

in the file "embargo_scripted_effects" create this command lines::
in "impose_embargos"::

add_to_array = {array = FROM.embargoeR_countries value = ROOT.id}

in "remove_embargos"::
remove_from_array = {array = FROM.embargoeR_countries value = ROOT.id}

------------------------------------
in the file "CW_EMBARGO_gui" edit line 100 "array = ROOT.view_embargoes_list" to "array = THIS.embargoeR_countries"

e Disable lines "28" and "30~44" as they are no longer needed.

Great MOD =D :steamthumbsup: