Functions.show("data/html/help/" + item.getItemId() + ".htm", activeChar, null);
if(item.getItemId() == 7063)
{
activeChar.sendPacket(new RadarControl(0, 2, new Location(51995, -51265, -3104)));
}
activeChar.sendActionFailed();
}
public int[] getItemIds()
{
return _itemIds;