Thanks @techumseh 
I have a bit of a foundational question here. If I want to write my scenario parameters into lua code, where do they go?
E.g.,
Where would something like this go? I want to specifically:
No animations on land and units (not having issues w/this, but want to code it in)
Override .spr
No pollution
No government change
I tried putting the above code into consolidatedEvents.lua. Nothing bad happened, no error, but the US switched gov next turn.

I have a bit of a foundational question here. If I want to write my scenario parameters into lua code, where do they go?
E.g.,
Code:
civ.scen.params.flags = 11010011
Where would something like this go? I want to specifically:
No animations on land and units (not having issues w/this, but want to code it in)
Override .spr
No pollution
No government change
I tried putting the above code into consolidatedEvents.lua. Nothing bad happened, no error, but the US switched gov next turn.