activeChar.sendMessage("Usage: //set_bang count <target>");
return false;
}
Player target = activeChar.getTarget().getPlayer();
target.setPcBangPoints(count);
target.sendMessage("Your Pc Bang Points count is now " + count);
target.sendPacket(new ExPCCafePointInfo(target, count, 1, 2, 12));
activeChar.sendMessage("You have set " + target.getName() + "'s Pc Bang Points to " + count);
}
else if (fullString.startsWith("admin_reset_mentor_penalty"))
{