fast reply but thanks, so its should be like: if(MyMatch.ChanceSuccess(DropRates.CPs))Quote:
else if (MyMatch.ChanceSuccess(DropRates.CPBag) should be under
if (MyMatch.ChanceSuccess(DropRates.CPs)
{
if (Char != null)
{
Char.CPs += 500;
}
}
{
if (Char != null)
{
Char.CPs += 500;
}
}
else if (MyMatch.ChanceSuccess(DropRates.CPBag)
{