Is there a way to make this more efficient?
$UI/CpsButton1/Cost.text = "Cost: %d Mews" % CpsCosts[0]
$UI/CpsButton2/Cost.text = "Cost: %d Mews" % CpsCosts[1]
$UI/CpsButton3/Cost.text = "Cost: %d Mews" % CpsCosts[2]
$UI/CpsButton4/Cost.text = "Cost: %d Mews" % CpsCosts[3]