Changing Map Color Based on Score

So I’m trying to make an arena style thing where certain objects in the map changes color based on the team in the lead…They way I have the script set up is

Condition:Number:Check
Scope:Team
Team 1[Defender]
Operator:Greater Than
Check>Team 2[Attacker]

I’m fairly certain this would work…My Question is this: How do I add the objects to the script to get them to change color?

With another script, for example script it how you just said and whenthe operator is greater then team 2 you make it (for example) message send alpha, and then script the objects tochange color when recieving message alpha, and maybe do the same with channel bravo(or at least not the same channel) to change it to the other team’s color.
This is just an idea, as i am known with scripting but havent used the number script much yet