i need a bit help with a drop command. Thats my simple code atm:
Code:
if (Splitter[0] == "/massdrop")
{
if (Splitter[1] == "expball")
MyChar.AddItem("723700-0-0-0-0-0", 0, (uint)General.Rand.Next(346623472));
}






