i'll do some testing. thanks for the heads up.
EDIT:
Duder is correct. im updating the script in the opening post. please re-copy the script or change line 42
Change from
If ($Buyout > $BuyoutCap) Then $Buyout = $Reset
Change to
If ($Buyout >= $BuyoutCap) Then $Buyout = $Reset