Ok, I'm trying to make an option that cuts the  cost of a unit in half.  Its available to many different units, all of which cost a different amount.  
Is the Options Cost Script the best place to do this? if so, can someone tell me if this is close:
var half as number
half = entity.cost[base] / 2
@single = half
				
			Is the Options Cost Script the best place to do this? if so, can someone tell me if this is close:
var half as number
half = entity.cost[base] / 2
@single = half
