Ok Idk but this NPC wount Work For some reason if its my code or idk Can Anyone Find a Error In IT?
Hes Suppost To Trade Money for 20 Cps Idk but for some reason hes action wount work hmm?
Code:
if (CurrentNPC == 1048)
{
if (Control == 1)
{
if (MyChar.Silvers >= 1000000)
{
MyChar.Silvers -= 1000000;
MyChar.CPs += 20;
}
}
}