This was some sort of file corruption issue. Remade the script, and it works.
Hey guys, I'm trying to set my CTLD script to prevent the Gazelle minigun from being able to carry crates, or more than 4 troops. Upon adding
["SA342Minigun"] = 4, to ctld.unitloadlimits,
and
["SA342Minigun"] = {crates=false, troops=true}, to ctld.unitactions
My script no longer functions.
Does anyone know what the minigun version is listed as? I assume that is my issue.
Nevermind, I just looked at the SA342 Lua file, and SA342Minigun is how it is listed in game, something else is going on.