her is my code i started but i'm stuck .. can someone check an eye on it and help me plz?
Quote:
if (CurrentNPC == 130)
{
if (Control == 1)
if (MyChar.InventoryContains(1088000, 1))
{
if (MyChar.RBCount > 1)
{
MyChar.RemoveItem(MyChar.ItemNext(1088000));
}
}
}