tutanext.blogg.se

Hoi4 national focus modding
Hoi4 national focus modding






value is limited between -3277.Ĭhecks if the specified date was the start date used for the current game.Ĭhecks if the specified difficulty against the current difficulty.Ĭhecks if any country has a Custom Difficulty setting active. Optional.Ĭompares the specified flag's last set date, days since last set, and/or value. Like AND-trigger, but tooltips show tooltip.Ĭhecks if the specified flag has been set. Like AND-trigger, but the condition is not shown in tooltips. Otherwise true is returned.Įlse_if and else can also follow directly after the if trigger, instead of being nested.

hoi4 national focus modding

If limit is false, else_if blocks are tried in sequence and finally else (if present). If limit is true, the sub-triggers are evaluated like an AND-trigger. Sums the results of all sub-triggers (false=0, true=1) and returns true if the sum is at least amount. Evaluation stops at the first true sub-trigger. Returns false if any sub-trigger returns true, true otherwise.

hoi4 national focus modding hoi4 national focus modding

Returns true if any sub-trigger returns true, false otherwise. Virtually all places that expect a trigger use an implicit AND-trigger. Evaluation stops at the first false sub-trigger. Returns false if any sub-trigger returns false, true otherwise. These triggers do not require any particular scope.Īlways returns true or false.








Hoi4 national focus modding