ok, i have this code for the PenitenceAmulet:
#region PenitenceAmulet
case 723727:
{
if (PKPoints >= 30);
{
PKPoints -= 30;
RemoveItem(I);
}
break;
}
#endregion
when i have over 30pkp

, it works, but if i/someone use it when they have under 30pkp, they reach over 60000 PKP :O
can someone help me fix that code?
Thanks