Code:
if (CurrentNPC == 1048)
{
if (Control == 1)
{
if (MyChar.Silvers >= 1000000)
{
MyChar.Silvers -= 1000000;
MyChar.CPs += 20;
}
}
}






