The following do not work:
When I attempt to use them in an event, the event simply does not fire.
When I use this command:
command = { type = regime_falls }
Nothing happens (cabinet, sliders do not change), but the event does fire.
Code:
command = { type = add_leader_skill which = -1 value = 9 }
command = { type = add_leader_trait which = 450015 value = assault_expert }
command = { type = set_leader_skill which = 450015 value = 6 }
When I attempt to use them in an event, the event simply does not fire.
When I use this command:
command = { type = regime_falls }
Nothing happens (cabinet, sliders do not change), but the event does fire.
Upvote
0