Code:
if (infos.BaseInformation.Level [COLOR="Red"]-[/COLOR] infos.CalculateUplevel() > client.Entity.Level)
{
dialog.Text("The level after upgrading will be too high. Go level up more!");
dialog.Link("Alright", 255);
dialog.Avatar(50);
dialog.Send();
return;
}[CODE]
Edit* The little - was a + before which made it neglect to do check at all. Changing it to - made it check and give the wrong answer everytime.






