Quick question here. I see all the variables in the variables.sqf but I also see people putting them in their init.sqf file too. If I put variables in the init.sqf does it overwrite the variable in the variables.sqf?
If it set in the variables.sqf:
ZE_GodModeBase = false
but in the init.sqf put:
ZE_GodModeBase = true
what one takes priority? Will there be god bases or no god bases?