• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
In Mod Editor, create a blank script with "New Item -> New Code" and in the script put:
Code:
function OnMsg.TechResearched()
    ChangeFunding(100)
end
Then you will get 100 M for each technology you research.