Just had another session where GUN_BIGGER didn't trigger like I thought it was supposed to. Went in and looked at the trigger conditions and it seems to be bound to the AI Phalanx turrets, not the AV ones. Not sure if that's how it was intended, I vaguely recall being told it was supposed to trigger on a 6 killstreak with the Phalanx AV turret. Could be wrong though.
Code:
Trigger Conditions:
attribute = killstreak.Value.customTracking:GetAttributeValue("WeaponGroups", phalanxAIGroup.groups[0])
if(attribute) then
return attribute:ValidateMod(this.variables[0])
end
return false

Trigger Variables: 6