I was wondering if anybody with event writing experience could help me.... I'm completely new to modding my own files (I've downloaded some mods and have some ideas for single events that I could use) so i need some help
. I've begun writing a generic decision that has a random chance to increase tech team skill depending on how much you invest (along the lines of invest in national Research/Infrastructure but more complicated). I wasn't sure how to write it out so it does a random tech team skill increase. I tried using an Arsenal of Democracy line from the random event they have that does it but it wasn't compatible with Darkest Hour (This is my first ever event writing attempt so don't scream at me that it was doomed to fail). Any help would be appreciated 
This is what i have so far on one small section
action = { trigger = { IC = 80 money = 3500 }
ai_chance = 30
name = "19111993a"
command = { type = dissent value = -0.5 }
command = { type = money value = -3500 }
command = { type = add_team_skill which = -1 value = 1 }
The underlined part is the copy from Arsenal of Democracy, what could i replace that with??
This is what i have so far on one small section
action = { trigger = { IC = 80 money = 3500 }
ai_chance = 30
name = "19111993a"
command = { type = dissent value = -0.5 }
command = { type = money value = -3500 }
command = { type = add_team_skill which = -1 value = 1 }
The underlined part is the copy from Arsenal of Democracy, what could i replace that with??